Html Css Color HEX #3E5535 Green House

📋 copy color: '#3E5535'

red 62 ◦ green 85 ◦ blue 53

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

Shades of Green House #3E5535

Tints of Green House #3E5535

RGB

 RED value IS 62 (24.61% from 255) = 31%

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

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

R = 31%
G = 42.5%
B = 26.5%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.38

 K value IS 0.67

RGB Variations

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

Color information

#3E5535 (or 0x3E5535) is known color: Green House. HEX triplet: 3E, 55 and 35. RGB value is (62,85,53). Sum of RGB (Red+Green+Blue) = 62+85+53=200 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 53 (21.09% from 255 or 26.5% from 200); Max value from RGB is 85 - color contains mainly: green. Hex color #3E5535 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3E5535 is #C1AACA. Grayscale: #4A4A4A. Windows color (decimal): -12692171 or 3495230. OLE color: 3495230.

HSL color Cylindrical-coordinate representation of color #3E5535: hue angle of 103.12º 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 #3E5535 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.67.

Color convert

RGB 62 85 53 -
CMYK 0.27 0 0.38 0.67
HSL 103.13º 0.23% 0.27% -
HSV(B) 103.13º 0.38% 0.33% -
XYZ 5.88 7.78 4.56 -
YUV 74.48 115.88 119.1 -
System Red Green Blue C M Y K H S L
Decimal 62 85 53 0.27 0 0.38 0.67 103.13 0.23 0.27
Hex 3E 55 35 1B 0 26 43 67 17 1B
Octal 76 125 65 33 0 46 103 147 27 33
Binary 111110 1010101 110101 11011 0 100110 1000011 1100111 10111 11011

Color Harmonies of #3E5535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E5535

Black with #3E5535

Text Example


Text Example

White with #3E5535

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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