Html Css Color HEX #3C5C36 Green House

📋 copy color: '#3C5C36'

red 60 ◦ green 92 ◦ blue 54

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

Shades of Green House #3C5C36

Tints of Green House #3C5C36

RGB

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

 GREEN value IS 92 (36.33% from 255) = 44.66%

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

R = 29.13%
G = 44.66%
B = 26.21%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.41

 K value IS 0.64

RGB Variations

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

Color information

#3C5C36 (or 0x3C5C36) is known color: Green House. HEX triplet: 3C, 5C and 36. RGB value is (60,92,54). Sum of RGB (Red+Green+Blue) = 60+92+54=206 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.13% from 206); Green value is 92 (36.33% from 255 or 44.66% from 206); Blue value is 54 (21.48% from 255 or 26.21% from 206); Max value from RGB is 92 - color contains mainly: green. Hex color #3C5C36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5C36 is #C3A3C9. Grayscale: #4E4E4E. Windows color (decimal): -12821450 or 3562556. OLE color: 3562556.

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

Color convert

RGB 60 92 54 -
CMYK 0.35 0 0.41 0.64
HSL 110.53º 0.26% 0.29% -
HSV(B) 110.53º 0.41% 0.36% -
XYZ 6.36 8.88 4.87 -
YUV 78.1 114.4 115.09 -
System Red Green Blue C M Y K H S L
Decimal 60 92 54 0.35 0 0.41 0.64 110.53 0.26 0.29
Hex 3C 5C 36 23 0 29 40 6F 1A 1D
Octal 74 134 66 43 0 51 100 157 32 35
Binary 111100 1011100 110110 100011 0 101001 1000000 1101111 11010 11101

Color Harmonies of #3C5C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5C36

Black with #3C5C36

Text Example


Text Example

White with #3C5C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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