Html Css Color HEX #3C5C35 Green House

📋 copy color: '#3C5C35'

red 60 ◦ green 92 ◦ blue 53

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

Shades of Green House #3C5C35

Tints of Green House #3C5C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 25.85%

R = 29.27%
G = 44.88%
B = 25.85%

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

#3C5C35 (or 0x3C5C35) is known color: Green House. HEX triplet: 3C, 5C and 35. RGB value is (60,92,53). Sum of RGB (Red+Green+Blue) = 60+92+53=205 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.27% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 92 - color contains mainly: green. Hex color #3C5C35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5C35 is #C3A3CA. Grayscale: #4E4E4E. Windows color (decimal): -12821451 or 3497020. OLE color: 3497020.

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

Color convert

RGB 60 92 53 -
CMYK 0.35 0 0.42 0.64
HSL 109.23º 0.27% 0.28% -
HSV(B) 109.23º 0.42% 0.36% -
XYZ 6.33 8.87 4.75 -
YUV 77.99 113.9 115.17 -
System Red Green Blue C M Y K H S L
Decimal 60 92 53 0.35 0 0.42 0.64 109.23 0.27 0.28
Hex 3C 5C 35 23 0 2A 40 6D 1B 1C
Octal 74 134 65 43 0 52 100 155 33 34
Binary 111100 1011100 110101 100011 0 101010 1000000 1101101 11011 11100

Color Harmonies of #3C5C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5C35

Black with #3C5C35

Text Example


Text Example

White with #3C5C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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