Html Css Color HEX #3F7332 Green House

📋 copy color: '#3F7332'

red 63 ◦ green 115 ◦ blue 50

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

Shades of Green House #3F7332

Tints of Green House #3F7332

RGB

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

 GREEN value IS 115 (45.31% from 255) = 50.44%

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

R = 27.63%
G = 50.44%
B = 21.93%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#3F7332 (or 0x3F7332) is known color: Green House. HEX triplet: 3F, 73 and 32. RGB value is (63,115,50). Sum of RGB (Red+Green+Blue) = 63+115+50=228 (30% of max value = 765). Red value is 63 (25% from 255 or 27.63% from 228); Green value is 115 (45.31% from 255 or 50.44% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 115 - color contains mainly: green. Hex color #3F7332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F7332 is #C08CCD. Grayscale: #5C5C5C. Windows color (decimal): -12618958 or 3306303. OLE color: 3306303.

HSL color Cylindrical-coordinate representation of color #3F7332: hue angle of 108º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F7332 is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 115 50 -
CMYK 0.45 0 0.57 0.55
HSL 108º 0.39% 0.32% -
HSV(B) 108º 0.57% 0.45% -
XYZ 8.76 13.55 5.17 -
YUV 92.04 104.27 107.29 -
System Red Green Blue C M Y K H S L
Decimal 63 115 50 0.45 0 0.57 0.55 108 0.39 0.32
Hex 3F 73 32 2D 0 39 37 6C 27 20
Octal 77 163 62 55 0 71 67 154 47 40
Binary 111111 1110011 110010 101101 0 111001 110111 1101100 100111 100000

Color Harmonies of #3F7332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7332

Black with #3F7332

Text Example


Text Example

White with #3F7332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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