Html Css Color HEX #3F6241 Hunter Green

📋 copy color: '#3F6241'

red 63 ◦ green 98 ◦ blue 65

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

Shades of Hunter Green #3F6241

Tints of Hunter Green #3F6241

RGB

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

 GREEN value IS 98 (38.67% from 255) = 43.36%

 BLUE value IS 65 (25.78% from 255) = 28.76%

R = 27.88%
G = 43.36%
B = 28.76%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#3F6241 (or 0x3F6241) is known color: Hunter Green. HEX triplet: 3F, 62 and 41. RGB value is (63,98,65). Sum of RGB (Red+Green+Blue) = 63+98+65=226 (29% of max value = 765). Red value is 63 (25% from 255 or 27.88% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 98 - color contains mainly: green. Hex color #3F6241 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6241 is #C09DBE. Grayscale: #535353. Windows color (decimal): -12623295 or 4284991. OLE color: 4284991.

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

Color convert

RGB 63 98 65 -
CMYK 0.36 0 0.34 0.62
HSL 123.43º 0.22% 0.32% -
HSV(B) 123.43º 0.36% 0.38% -
XYZ 7.37 10.17 6.58 -
YUV 83.77 117.4 113.18 -
System Red Green Blue C M Y K H S L
Decimal 63 98 65 0.36 0 0.34 0.62 123.43 0.22 0.32
Hex 3F 62 41 24 0 22 3E 7B 16 20
Octal 77 142 101 44 0 42 76 173 26 40
Binary 111111 1100010 1000001 100100 0 100010 111110 1111011 10110 100000

Color Harmonies of #3F6241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6241

Black with #3F6241

Text Example


Text Example

White with #3F6241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,98,65); }

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

background-color css

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

 a { background-color: rgb(63,98,65); }

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

border-color css

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

 span { border-color: rgb(63,98,65); }

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