#3C602A

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

Shades of Green House #3C602A

Tints of Green House #3C602A

Color information

#3C602A (or 0x3C602A) is unknown color: approx Green House. HEX triplet: 3C, 60 and 2A. RGB value is (60,96,42). Sum of RGB (Red+Green+Blue) = 60+96+42=198 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.30% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 42 (16.80% from 255 or 21.21% from 198); Max value from RGB is 96 - color contains mainly: green. Hex color #3C602A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C602A is #C39FD5. Grayscale: #4F4F4F. Windows color (decimal): -12820438 or 2777148. OLE color: 2777148.

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

Color convert

RGB609642-
CMYK0.3800.560.62
HSL100º39.13%27.06%-
HSV(B)100º56.25%37.65%-
XYZ6.469.493.68-
YUV79.08107.07114.39-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.30%
GREEN value IS 96 (37.89% from 255) = 48.48%
BLUE value IS 42 (16.80% from 255) = 21.21%
R=30.30%
G=48.48%
B=21.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6096420.3800.560.6210039.1327.06
Hex3C602A260383E64271b
Octal741405246070761444733
Binary11110011000001010101001100111000111110110010010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C602A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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