#3C6F2C

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

Shades of Green House #3C6F2C

Tints of Green House #3C6F2C

Color information

#3C6F2C (or 0x3C6F2C) is unknown color: approx Green House. HEX triplet: 3C, 6F and 2C. RGB value is (60,111,44). Sum of RGB (Red+Green+Blue) = 60+111+44=215 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.91% from 215); Green value is 111 (43.75% from 255 or 51.63% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 111 - color contains mainly: green. Hex color #3C6F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6F2C is #C390D3. Grayscale: #585858. Windows color (decimal): -12816596 or 2912060. OLE color: 2912060.

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

Color convert

RGB6011144-
CMYK0.4600.600.56
HSL105.67º43.23%30.39%-
HSV(B)105.67º60.36%43.53%-
XYZ812.514.38-
YUV88.11103.1107.95-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.91%
GREEN value IS 111 (43.75% from 255) = 51.63%
BLUE value IS 44 (17.58% from 255) = 20.47%
R=27.91%
G=51.63%
B=20.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60111440.4600.600.56105.6743.2330.39
Hex3C6F2C2E03C386a2b1e
Octal741575456074701525336
Binary11110011011111011001011100111100111000110101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,111,44); }

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

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

 a { background-color: rgb(60,111,44); }

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

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

 span { border-color: rgb(60,111,44); }

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