Html Css Color HEX #3C5A39 Green House

📋 copy color: '#3C5A39'

red 60 ◦ green 90 ◦ blue 57

#3C5A39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green House #3C5A39

Tints of Green House #3C5A39

RGB

 RED value IS 60 (23.83% from 255) = 28.99%

 GREEN value IS 90 (35.55% from 255) = 43.48%

 BLUE value IS 57 (22.66% from 255) = 27.54%

R = 28.99%
G = 43.48%
B = 27.54%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.37

 K value IS 0.65

RGB Variations

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

Color information

#3C5A39 (or 0x3C5A39) is known color: Green House. HEX triplet: 3C, 5A and 39. RGB value is (60,90,57). Sum of RGB (Red+Green+Blue) = 60+90+57=207 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.99% from 207); Green value is 90 (35.55% from 255 or 43.48% from 207); Blue value is 57 (22.66% from 255 or 27.54% from 207); Max value from RGB is 90 - color contains mainly: green. Hex color #3C5A39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5A39 is #C3A5C6. Grayscale: #4D4D4D. Windows color (decimal): -12821959 or 3758652. OLE color: 3758652.

HSL color Cylindrical-coordinate representation of color #3C5A39: hue angle of 114.55º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3C5A39 is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.65.

Color convert

RGB 60 90 57 -
CMYK 0.33 0 0.37 0.65
HSL 114.55º 0.22% 0.29% -
HSV(B) 114.55º 0.37% 0.35% -
XYZ 6.26 8.57 5.19 -
YUV 77.27 116.56 115.68 -
System Red Green Blue C M Y K H S L
Decimal 60 90 57 0.33 0 0.37 0.65 114.55 0.22 0.29
Hex 3C 5A 39 21 0 25 41 73 16 1D
Octal 74 132 71 41 0 45 101 163 26 35
Binary 111100 1011010 111001 100001 0 100101 1000001 1110011 10110 11101

Color Harmonies of #3C5A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5A39

Black with #3C5A39

Text Example


Text Example

White with #3C5A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,90,57); }

 H1.HeaderClassName
 {
   color: #3C5A39;
 }
 .AnyTagClassName
 {
   color: #3C5A39;
 }
</style>

background-color css

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

 a { background-color: rgb(60,90,57); }

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

border-color css

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

 span { border-color: rgb(60,90,57); }

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