Html Css Color HEX #386140 Hunter Green

📋 copy color: '#386140'

red 56 ◦ green 97 ◦ blue 64

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

Shades of Hunter Green #386140

Tints of Hunter Green #386140

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.7%

 BLUE value IS 64 (25.39% from 255) = 29.49%

R = 25.81%
G = 44.7%
B = 29.49%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#386140 (or 0x386140) is known color: Hunter Green. HEX triplet: 38, 61 and 40. RGB value is (56,97,64). Sum of RGB (Red+Green+Blue) = 56+97+64=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 97 (38.28% from 255 or 44.70% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 97 - color contains mainly: green. Hex color #386140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386140 is #C79EBF. Grayscale: #515151. Windows color (decimal): -13082304 or 4219192. OLE color: 4219192.

HSL color Cylindrical-coordinate representation of color #386140: hue angle of 131.71º degrees, saturation: 0.27, 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 #386140 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 97 64 -
CMYK 0.42 0 0.34 0.62
HSL 131.71º 0.27% 0.3% -
HSV(B) 131.71º 0.42% 0.38% -
XYZ 6.83 9.76 6.37 -
YUV 80.98 118.42 110.18 -
System Red Green Blue C M Y K H S L
Decimal 56 97 64 0.42 0 0.34 0.62 131.71 0.27 0.3
Hex 38 61 40 2A 0 22 3E 84 1B 1E
Octal 70 141 100 52 0 42 76 204 33 36
Binary 111000 1100001 1000000 101010 0 100010 111110 10000100 11011 11110

Color Harmonies of #386140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386140

Black with #386140

Text Example


Text Example

White with #386140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386140; }

 p { color: rgb(56,97,64); }

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

background-color css

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

 a { background-color: rgb(56,97,64); }

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

border-color css

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

 span { border-color: rgb(56,97,64); }

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