#3c6c25

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

Shades of Green House #3C6C25

Tints of Green House #3C6C25

Color information

#3C6C25 (or 0x3C6C25) is unknown color: approx Green House. HEX triplet: 3C, 6C and 25. RGB value is (60,108,37). Sum of RGB (Red+Green+Blue) = 60+108+37=205 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.27% from 205); Green value is 108 (42.58% from 255 or 52.68% from 205); Blue value is 37 (14.84% from 255 or 18.05% from 205); Max value from RGB is 108 - color contains mainly: green. Hex color #3C6C25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6C25 is #C393DA. Grayscale: #555555. Windows color (decimal): -12817371 or 2452540. OLE color: 2452540.

HSL color Cylindrical-coordinate representation of color #3C6C25: hue angle of 100.56º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C6C25 is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.58.

Color convert

RGB6010837-
CMYK0.4400.660.58
HSL100.56º48.97%28.43%-
HSV(B)100.56º65.74%42.35%-
XYZ7.5611.823.63-
YUV85.55100.6109.77-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 29.27%
GREEN value IS 108 (42.58% from 255) = 52.68%
BLUE value IS 37 (14.84% from 255) = 18.05%
R=29.27%
G=52.68%
B=18.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal60108370.4400.660.58100.5648.9728.43
Hex3C6C252C0423A65311c
Octal7415445540102721456134
Binary111100110110010010110110001000010111010110010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3c6c25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,108,37); }

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

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

 a { background-color: rgb(60,108,37); }

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

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

 span { border-color: rgb(60,108,37); }

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