#3C5438

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

Shades of Green House #3C5438

Tints of Green House #3C5438

Color information

#3C5438 (or 0x3C5438) is unknown color: approx Green House. HEX triplet: 3C, 54 and 38. RGB value is (60,84,56). Sum of RGB (Red+Green+Blue) = 60+84+56=200 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 56 (22.27% from 255 or 28% from 200); Max value from RGB is 84 - color contains mainly: green. Hex color #3C5438 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5438 is #C3ABC7. Grayscale: #494949. Windows color (decimal): -12823496 or 3691580. OLE color: 3691580.

HSL color Cylindrical-coordinate representation of color #3C5438: hue angle of 111.43º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3C5438 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB608456-
CMYK0.2900.330.67
HSL111.43º20%27.45%-
HSV(B)111.43º33.33%32.94%-
XYZ5.757.594.9-
YUV73.63118.05118.28-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30%
GREEN value IS 84 (33.20% from 255) = 42%
BLUE value IS 56 (22.27% from 255) = 28%
R=30%
G=42%
B=28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6084560.2900.330.67111.432027.45
Hex3C54381D021436f141b
Octal7412470350411031572433
Binary1111001010100111000111010100001100001111011111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,84,56); }

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

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

 a { background-color: rgb(60,84,56); }

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

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

 span { border-color: rgb(60,84,56); }

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