Html Css Color HEX #3F5342 Hunter Green

📋 copy color: '#3F5342'

red 63 ◦ green 83 ◦ blue 66

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

Shades of Hunter Green #3F5342

Tints of Hunter Green #3F5342

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.15%

 BLUE value IS 66 (26.17% from 255) = 31.13%

R = 29.72%
G = 39.15%
B = 31.13%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#3F5342 (or 0x3F5342) is known color: Hunter Green. HEX triplet: 3F, 53 and 42. RGB value is (63,83,66). Sum of RGB (Red+Green+Blue) = 63+83+66=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 83 - color contains mainly: green. Hex color #3F5342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5342 is #C0ACBD. Grayscale: #4B4B4B. Windows color (decimal): -12627134 or 4346687. OLE color: 4346687.

HSL color Cylindrical-coordinate representation of color #3F5342: hue angle of 129º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3F5342 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 63 83 66 -
CMYK 0.24 0 0.20 0.67
HSL 129º 0.14% 0.29% -
HSV(B) 129º 0.24% 0.33% -
XYZ 6.13 7.64 6.31 -
YUV 75.08 122.87 119.38 -
System Red Green Blue C M Y K H S L
Decimal 63 83 66 0.24 0 0.20 0.67 129 0.14 0.29
Hex 3F 53 42 18 0 14 43 81 E 1D
Octal 77 123 102 30 0 24 103 201 16 35
Binary 111111 1010011 1000010 11000 0 10100 1000011 10000001 1110 11101

Color Harmonies of #3F5342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F5342

Black with #3F5342

Text Example


Text Example

White with #3F5342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,83,66); }

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

background-color css

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

 a { background-color: rgb(63,83,66); }

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

border-color css

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

 span { border-color: rgb(63,83,66); }

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