#3C6427

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

Shades of Green House #3C6427

Tints of Green House #3C6427

Color information

#3C6427 (or 0x3C6427) is unknown color: approx Green House. HEX triplet: 3C, 64 and 27. RGB value is (60,100,39). Sum of RGB (Red+Green+Blue) = 60+100+39=199 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.15% from 199); Green value is 100 (39.45% from 255 or 50.25% from 199); Blue value is 39 (15.62% from 255 or 19.60% from 199); Max value from RGB is 100 - color contains mainly: green. Hex color #3C6427 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6427 is #C39BD8. Grayscale: #515151. Windows color (decimal): -12819417 or 2581564. OLE color: 2581564.

HSL color Cylindrical-coordinate representation of color #3C6427: hue angle of 99.34º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C6427 is Cyan = 0.4, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.61.

Color convert

RGB6010039-
CMYK0.400.610.61
HSL99.34º43.88%27.25%-
HSV(B)99.34º61%39.22%-
XYZ6.7910.223.53-
YUV81.09104.25112.96-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.15%
GREEN value IS 100 (39.45% from 255) = 50.25%
BLUE value IS 39 (15.62% from 255) = 19.60%
R=30.15%
G=50.25%
B=19.60%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal60100390.400.610.6199.3443.8827.25
Hex3C64272803D3D632c1b
Octal741444750075751435433
Binary11110011001001001111010000111101111101110001110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,100,39); }

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

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

 a { background-color: rgb(60,100,39); }

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

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

 span { border-color: rgb(60,100,39); }

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