#3C5F2A

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

Shades of Green House #3C5F2A

Tints of Green House #3C5F2A

Color information

#3C5F2A (or 0x3C5F2A) is unknown color: approx Green House. HEX triplet: 3C, 5F and 2A. RGB value is (60,95,42). Sum of RGB (Red+Green+Blue) = 60+95+42=197 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.46% from 197); Green value is 95 (37.5% from 255 or 48.22% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 95 - color contains mainly: green. Hex color #3C5F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5F2A is #C3A0D5. Grayscale: #4E4E4E. Windows color (decimal): -12820694 or 2776892. OLE color: 2776892.

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

Color convert

RGB609542-
CMYK0.3700.560.63
HSL99.62º38.69%26.86%-
HSV(B)99.62º55.79%37.25%-
XYZ6.379.313.65-
YUV78.49107.4114.81-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.46%
GREEN value IS 95 (37.5% from 255) = 48.22%
BLUE value IS 42 (16.80% from 255) = 21.32%
R=30.46%
G=48.22%
B=21.32%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6095420.3700.560.6399.6238.6926.86
Hex3C5F2A250383F64271b
Octal741375245070771444733
Binary11110010111111010101001010111000111111110010010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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