Html Css Color HEX #3F5732 Green House

📋 copy color: '#3F5732'

red 63 ◦ green 87 ◦ blue 50

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

Shades of Green House #3F5732

Tints of Green House #3F5732

RGB

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

 GREEN value IS 87 (34.38% from 255) = 43.5%

 BLUE value IS 50 (19.92% from 255) = 25%

R = 31.5%
G = 43.5%
B = 25%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#3F5732 (or 0x3F5732) is known color: Green House. HEX triplet: 3F, 57 and 32. RGB value is (63,87,50). Sum of RGB (Red+Green+Blue) = 63+87+50=200 (26% of max value = 765). Red value is 63 (25% from 255 or 31.5% from 200); Green value is 87 (34.38% from 255 or 43.5% from 200); Blue value is 50 (19.92% from 255 or 25% from 200); Max value from RGB is 87 - color contains mainly: green. Hex color #3F5732 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5732 is #C0A8CD. Grayscale: #4B4B4B. Windows color (decimal): -12626126 or 3299135. OLE color: 3299135.

HSL color Cylindrical-coordinate representation of color #3F5732: hue angle of 98.92º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3F5732 is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB 63 87 50 -
CMYK 0.28 0 0.43 0.66
HSL 98.92º 0.27% 0.27% -
HSV(B) 98.92º 0.43% 0.34% -
XYZ 6.03 8.1 4.26 -
YUV 75.61 113.55 119.01 -
System Red Green Blue C M Y K H S L
Decimal 63 87 50 0.28 0 0.43 0.66 98.92 0.27 0.27
Hex 3F 57 32 1C 0 2B 42 63 1B 1B
Octal 77 127 62 34 0 53 102 143 33 33
Binary 111111 1010111 110010 11100 0 101011 1000010 1100011 11011 11011

Color Harmonies of #3F5732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5732

Black with #3F5732

Text Example


Text Example

White with #3F5732

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,87,50); }

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

background-color css

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

 a { background-color: rgb(63,87,50); }

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

border-color css

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

 span { border-color: rgb(63,87,50); }

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