Html Css Color HEX #3F6E2F Green House

📋 copy color: '#3F6E2F'

red 63 ◦ green 110 ◦ blue 47

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

Shades of Green House #3F6E2F

Tints of Green House #3F6E2F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 50%

 BLUE value IS 47 (18.75% from 255) = 21.36%

R = 28.64%
G = 50%
B = 21.36%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.57

 K value IS 0.57

RGB Variations

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

Color information

#3F6E2F (or 0x3F6E2F) is known color: Green House. HEX triplet: 3F, 6E and 2F. RGB value is (63,110,47). Sum of RGB (Red+Green+Blue) = 63+110+47=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 110 (43.36% from 255 or 50% from 220); Blue value is 47 (18.75% from 255 or 21.36% from 220); Max value from RGB is 110 - color contains mainly: green. Hex color #3F6E2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6E2F is #C091D0. Grayscale: #585858. Windows color (decimal): -12620241 or 3108415. OLE color: 3108415.

HSL color Cylindrical-coordinate representation of color #3F6E2F: hue angle of 104.76º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F6E2F is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.57.

Color convert

RGB 63 110 47 -
CMYK 0.43 0 0.57 0.57
HSL 104.76º 0.4% 0.31% -
HSV(B) 104.76º 0.57% 0.43% -
XYZ 8.14 12.41 4.66 -
YUV 88.77 104.43 109.62 -
System Red Green Blue C M Y K H S L
Decimal 63 110 47 0.43 0 0.57 0.57 104.76 0.4 0.31
Hex 3F 6E 2F 2B 0 39 39 69 28 1F
Octal 77 156 57 53 0 71 71 151 50 37
Binary 111111 1101110 101111 101011 0 111001 111001 1101001 101000 11111

Color Harmonies of #3F6E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6E2F

Black with #3F6E2F

Text Example


Text Example

White with #3F6E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,110,47); }

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

background-color css

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

 a { background-color: rgb(63,110,47); }

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

border-color css

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

 span { border-color: rgb(63,110,47); }

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