Html Css Color HEX #3F5535 Green House

📋 copy color: '#3F5535'

red 63 ◦ green 85 ◦ blue 53

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

Shades of Green House #3F5535

Tints of Green House #3F5535

RGB

 RED value IS 63 (25% from 255) = 31.34%

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

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

R = 31.34%
G = 42.29%
B = 26.37%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.38

 K value IS 0.67

RGB Variations

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

Color information

#3F5535 (or 0x3F5535) is known color: Green House. HEX triplet: 3F, 55 and 35. RGB value is (63,85,53). Sum of RGB (Red+Green+Blue) = 63+85+53=201 (26% of max value = 765). Red value is 63 (25% from 255 or 31.34% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 85 - color contains mainly: green. Hex color #3F5535 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5535 is #C0AACA. Grayscale: #4A4A4A. Windows color (decimal): -12626635 or 3495231. OLE color: 3495231.

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

Color convert

RGB 63 85 53 -
CMYK 0.26 0 0.38 0.67
HSL 101.25º 0.23% 0.27% -
HSV(B) 101.25º 0.38% 0.33% -
XYZ 5.94 7.81 4.56 -
YUV 74.77 115.71 119.6 -
System Red Green Blue C M Y K H S L
Decimal 63 85 53 0.26 0 0.38 0.67 101.25 0.23 0.27
Hex 3F 55 35 1A 0 26 43 65 17 1B
Octal 77 125 65 32 0 46 103 145 27 33
Binary 111111 1010101 110101 11010 0 100110 1000011 1100101 10111 11011

Color Harmonies of #3F5535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5535

Black with #3F5535

Text Example


Text Example

White with #3F5535

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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