Html Css Color HEX #386940 Hunter Green

📋 copy color: '#386940'

red 56 ◦ green 105 ◦ blue 64

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

Shades of Hunter Green #386940

Tints of Hunter Green #386940

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.67%

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

R = 24.89%
G = 46.67%
B = 28.44%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#386940 (or 0x386940) is known color: Hunter Green. HEX triplet: 38, 69 and 40. RGB value is (56,105,64). Sum of RGB (Red+Green+Blue) = 56+105+64=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 64 (25.39% from 255 or 28.44% from 225); Max value from RGB is 105 - color contains mainly: green. Hex color #386940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386940 is #C796BF. Grayscale: #555555. Windows color (decimal): -13080256 or 4221240. OLE color: 4221240.

HSL color Cylindrical-coordinate representation of color #386940: hue angle of 129.8º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #386940 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 105 64 -
CMYK 0.47 0 0.39 0.59
HSL 129.8º 0.3% 0.32% -
HSV(B) 129.8º 0.47% 0.41% -
XYZ 7.61 11.31 6.63 -
YUV 85.68 115.77 106.83 -
System Red Green Blue C M Y K H S L
Decimal 56 105 64 0.47 0 0.39 0.59 129.8 0.3 0.32
Hex 38 69 40 2F 0 27 3B 82 1E 20
Octal 70 151 100 57 0 47 73 202 36 40
Binary 111000 1101001 1000000 101111 0 100111 111011 10000010 11110 100000

Color Harmonies of #386940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386940

Black with #386940

Text Example


Text Example

White with #386940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386940; }

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

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

background-color css

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

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

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

border-color css

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

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

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