Html Css Color HEX #3C5638 Green House

📋 copy color: '#3C5638'

red 60 ◦ green 86 ◦ blue 56

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

Shades of Green House #3C5638

Tints of Green House #3C5638

RGB

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

 GREEN value IS 86 (33.98% from 255) = 42.57%

 BLUE value IS 56 (22.27% from 255) = 27.72%

R = 29.7%
G = 42.57%
B = 27.72%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.35

 K value IS 0.66

RGB Variations

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

Color information

#3C5638 (or 0x3C5638) is known color: Green House. HEX triplet: 3C, 56 and 38. RGB value is (60,86,56). Sum of RGB (Red+Green+Blue) = 60+86+56=202 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.70% from 202); Green value is 86 (33.98% from 255 or 42.57% from 202); Blue value is 56 (22.27% from 255 or 27.72% from 202); Max value from RGB is 86 - color contains mainly: green. Hex color #3C5638 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5638 is #C3A9C7. Grayscale: #4A4A4A. Windows color (decimal): -12822984 or 3692092. OLE color: 3692092.

HSL color Cylindrical-coordinate representation of color #3C5638: hue angle of 112º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3C5638 is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.66.

Color convert

RGB 60 86 56 -
CMYK 0.30 0 0.35 0.66
HSL 112º 0.21% 0.28% -
HSV(B) 112º 0.35% 0.34% -
XYZ 5.91 7.9 4.96 -
YUV 74.81 117.39 117.44 -
System Red Green Blue C M Y K H S L
Decimal 60 86 56 0.30 0 0.35 0.66 112 0.21 0.28
Hex 3C 56 38 1E 0 23 42 70 15 1C
Octal 74 126 70 36 0 43 102 160 25 34
Binary 111100 1010110 111000 11110 0 100011 1000010 1110000 10101 11100

Color Harmonies of #3C5638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5638

Black with #3C5638

Text Example


Text Example

White with #3C5638

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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