Html Css Color HEX #3C5535 Green House

📋 copy color: '#3C5535'

red 60 ◦ green 85 ◦ blue 53

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

Shades of Green House #3C5535

Tints of Green House #3C5535

RGB

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

 GREEN value IS 85 (33.59% from 255) = 42.93%

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

R = 30.3%
G = 42.93%
B = 26.77%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.38

 K value IS 0.67

RGB Variations

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

Color information

#3C5535 (or 0x3C5535) is known color: Green House. HEX triplet: 3C, 55 and 35. RGB value is (60,85,53). Sum of RGB (Red+Green+Blue) = 60+85+53=198 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.30% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 53 (21.09% from 255 or 26.77% from 198); Max value from RGB is 85 - color contains mainly: green. Hex color #3C5535 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C5535 is #C3AACA. Grayscale: #494949. Windows color (decimal): -12823243 or 3495228. OLE color: 3495228.

HSL color Cylindrical-coordinate representation of color #3C5535: hue angle of 106.88º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C5535 is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB 60 85 53 -
CMYK 0.29 0 0.38 0.67
HSL 106.88º 0.23% 0.27% -
HSV(B) 106.88º 0.38% 0.33% -
XYZ 5.75 7.71 4.55 -
YUV 73.88 116.22 118.1 -
System Red Green Blue C M Y K H S L
Decimal 60 85 53 0.29 0 0.38 0.67 106.88 0.23 0.27
Hex 3C 55 35 1D 0 26 43 6B 17 1B
Octal 74 125 65 35 0 46 103 153 27 33
Binary 111100 1010101 110101 11101 0 100110 1000011 1101011 10111 11011

Color Harmonies of #3C5535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5535

Black with #3C5535

Text Example


Text Example

White with #3C5535

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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