Html Css Color HEX #3F6031 Green House

📋 copy color: '#3F6031'

red 63 ◦ green 96 ◦ blue 49

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

Shades of Green House #3F6031

Tints of Green House #3F6031

RGB

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

 GREEN value IS 96 (37.89% from 255) = 46.15%

 BLUE value IS 49 (19.53% from 255) = 23.56%

R = 30.29%
G = 46.15%
B = 23.56%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#3F6031 (or 0x3F6031) is known color: Green House. HEX triplet: 3F, 60 and 31. RGB value is (63,96,49). Sum of RGB (Red+Green+Blue) = 63+96+49=208 (27% of max value = 765). Red value is 63 (25% from 255 or 30.29% from 208); Green value is 96 (37.89% from 255 or 46.15% from 208); Blue value is 49 (19.53% from 255 or 23.56% from 208); Max value from RGB is 96 - color contains mainly: green. Hex color #3F6031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6031 is #C09FCE. Grayscale: #505050. Windows color (decimal): -12623823 or 3235903. OLE color: 3235903.

HSL color Cylindrical-coordinate representation of color #3F6031: hue angle of 102.13º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F6031 is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB 63 96 49 -
CMYK 0.34 0 0.49 0.62
HSL 102.13º 0.32% 0.28% -
HSV(B) 102.13º 0.49% 0.38% -
XYZ 6.79 9.64 4.41 -
YUV 80.78 110.07 115.32 -
System Red Green Blue C M Y K H S L
Decimal 63 96 49 0.34 0 0.49 0.62 102.13 0.32 0.28
Hex 3F 60 31 22 0 31 3E 66 20 1C
Octal 77 140 61 42 0 61 76 146 40 34
Binary 111111 1100000 110001 100010 0 110001 111110 1100110 100000 11100

Color Harmonies of #3F6031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6031

Black with #3F6031

Text Example


Text Example

White with #3F6031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,96,49); }

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

background-color css

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

 a { background-color: rgb(63,96,49); }

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

border-color css

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

 span { border-color: rgb(63,96,49); }

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