#3C6034

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

Shades of Green House #3C6034

Tints of Green House #3C6034

Color information

#3C6034 (or 0x3C6034) is unknown color: approx Green House. HEX triplet: 3C, 60 and 34. RGB value is (60,96,52). Sum of RGB (Red+Green+Blue) = 60+96+52=208 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.85% from 208); Green value is 96 (37.89% from 255 or 46.15% from 208); Blue value is 52 (20.70% from 255 or 25% from 208); Max value from RGB is 96 - color contains mainly: green. Hex color #3C6034 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6034 is #C39FCB. Grayscale: #505050. Windows color (decimal): -12820428 or 3432508. OLE color: 3432508.

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

Color convert

RGB609652-
CMYK0.3800.460.62
HSL109.09º29.73%29.02%-
HSV(B)109.09º45.83%37.65%-
XYZ6.679.574.75-
YUV80.22112.07113.58-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.85%
GREEN value IS 96 (37.89% from 255) = 46.15%
BLUE value IS 52 (20.70% from 255) = 25%
R=28.85%
G=46.15%
B=25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6096520.3800.460.62109.0929.7329.02
Hex3C60342602E3E6d1e1d
Octal741406446056761553635
Binary1111001100000110100100110010111011111011011011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,96,52); }

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

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

 a { background-color: rgb(60,96,52); }

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

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

 span { border-color: rgb(60,96,52); }

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