Html Css Color HEX #3C5D36 Green House

📋 copy color: '#3C5D36'

red 60 ◦ green 93 ◦ blue 54

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

Shades of Green House #3C5D36

Tints of Green House #3C5D36

RGB

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

 GREEN value IS 93 (36.72% from 255) = 44.93%

 BLUE value IS 54 (21.48% from 255) = 26.09%

R = 28.99%
G = 44.93%
B = 26.09%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.42

 K value IS 0.64

RGB Variations

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

Color information

#3C5D36 (or 0x3C5D36) is known color: Green House. HEX triplet: 3C, 5D and 36. RGB value is (60,93,54). Sum of RGB (Red+Green+Blue) = 60+93+54=207 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.99% from 207); Green value is 93 (36.72% from 255 or 44.93% from 207); Blue value is 54 (21.48% from 255 or 26.09% from 207); Max value from RGB is 93 - color contains mainly: green. Hex color #3C5D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5D36 is #C3A2C9. Grayscale: #4E4E4E. Windows color (decimal): -12821194 or 3562812. OLE color: 3562812.

HSL color Cylindrical-coordinate representation of color #3C5D36: hue angle of 110.77º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3C5D36 is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.

Color convert

RGB 60 93 54 -
CMYK 0.35 0 0.42 0.64
HSL 110.77º 0.27% 0.29% -
HSV(B) 110.77º 0.42% 0.36% -
XYZ 6.44 9.06 4.9 -
YUV 78.69 114.07 114.67 -
System Red Green Blue C M Y K H S L
Decimal 60 93 54 0.35 0 0.42 0.64 110.77 0.27 0.29
Hex 3C 5D 36 23 0 2A 40 6F 1B 1D
Octal 74 135 66 43 0 52 100 157 33 35
Binary 111100 1011101 110110 100011 0 101010 1000000 1101111 11011 11101

Color Harmonies of #3C5D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5D36

Black with #3C5D36

Text Example


Text Example

White with #3C5D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,93,54); }

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

background-color css

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

 a { background-color: rgb(60,93,54); }

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

border-color css

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

 span { border-color: rgb(60,93,54); }

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