#3C702B

Color #3C702B Green House (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green House #3C702B

Tints of Green House #3C702B

Color information

#3C702B (or 0x3C702B) is unknown color: approx Green House. HEX triplet: 3C, 70 and 2B. RGB value is (60,112,43). Sum of RGB (Red+Green+Blue) = 60+112+43=215 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.91% from 215); Green value is 112 (44.14% from 255 or 52.09% from 215); Blue value is 43 (17.19% from 255 or 20% from 215); Max value from RGB is 112 - color contains mainly: green. Hex color #3C702B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C702B is #C38FD4. Grayscale: #585858. Windows color (decimal): -12816341 or 2846780. OLE color: 2846780.

HSL color Cylindrical-coordinate representation of color #3C702B: hue angle of 105.22º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C702B is Cyan = 0.46, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB6011243-
CMYK0.4600.620.56
HSL105.22º44.52%30.39%-
HSV(B)105.22º61.61%43.92%-
XYZ8.0912.724.31-
YUV88.59102.27107.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 60 (23.83% from 255) = 27.91%
GREEN value IS 112 (44.14% from 255) = 52.09%
BLUE value IS 43 (17.19% from 255) = 20%
R=27.91%
G=52.09%
B=20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60112430.4600.620.56105.2244.5230.39
Hex3C702B2E03E38692d1e
Octal741605356076701515536
Binary11110011100001010111011100111110111000110100110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C702B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C702B; }

 p { color: rgb(60,112,43); }

 H1.HeaderClassName
 {
   color: #3C702B;
 }
 .AnyTagClassName
 {
   color: #3C702B;
 }
</style>
background-color css

<style>
 a { background-color: #3C702B; }

 a { background-color: rgb(60,112,43); }

 div.DivClassName
 {
   background-color: #3C702B;
 }
 .BgClassName
 {
   background-color: #3C702B;
 }
</style>
border-color css

<style>
 span { border-color: #3C702B; }

 span { border-color: rgb(60,112,43); }

 td.TdClassName
 {
   border-color: #3C702B;
 }
 .TagClassName
 {
   border-color: #3C702B;
 }
</style>