Html Css Color HEX #386041 Hunter Green

📋 copy color: '#386041'

red 56 ◦ green 96 ◦ blue 65

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

Shades of Hunter Green #386041

Tints of Hunter Green #386041

RGB

 RED value IS 56 (22.27% from 255) = 25.81%

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

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

R = 25.81%
G = 44.24%
B = 29.95%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#386041 (or 0x386041) is known color: Hunter Green. HEX triplet: 38, 60 and 41. RGB value is (56,96,65). Sum of RGB (Red+Green+Blue) = 56+96+65=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 65 (25.78% from 255 or 29.95% from 217); Max value from RGB is 96 - color contains mainly: green. Hex color #386041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386041 is #C79FBE. Grayscale: #505050. Windows color (decimal): -13082559 or 4284472. OLE color: 4284472.

HSL color Cylindrical-coordinate representation of color #386041: hue angle of 133.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #386041 is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 96 65 -
CMYK 0.42 0 0.32 0.62
HSL 133.5º 0.26% 0.3% -
HSV(B) 133.5º 0.42% 0.38% -
XYZ 6.77 9.59 6.5 -
YUV 80.51 119.25 110.52 -
System Red Green Blue C M Y K H S L
Decimal 56 96 65 0.42 0 0.32 0.62 133.5 0.26 0.3
Hex 38 60 41 2A 0 20 3E 86 1A 1E
Octal 70 140 101 52 0 40 76 206 32 36
Binary 111000 1100000 1000001 101010 0 100000 111110 10000110 11010 11110

Color Harmonies of #386041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386041

Black with #386041

Text Example


Text Example

White with #386041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386041; }

 p { color: rgb(56,96,65); }

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

background-color css

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

 a { background-color: rgb(56,96,65); }

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

border-color css

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

 span { border-color: rgb(56,96,65); }

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