Html Css Color HEX #386941 Hunter Green

📋 copy color: '#386941'

red 56 ◦ green 105 ◦ blue 65

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

Shades of Hunter Green #386941

Tints of Hunter Green #386941

RGB

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

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

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

R = 24.78%
G = 46.46%
B = 28.76%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#386941 (or 0x386941) is known color: Hunter Green. HEX triplet: 38, 69 and 41. RGB value is (56,105,65). Sum of RGB (Red+Green+Blue) = 56+105+65=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 105 (41.41% from 255 or 46.46% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 105 - color contains mainly: green. Hex color #386941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386941 is #C796BE. Grayscale: #555555. Windows color (decimal): -13080255 or 4286776. OLE color: 4286776.

HSL color Cylindrical-coordinate representation of color #386941: hue angle of 131.02º 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 #386941 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 105 65 -
CMYK 0.47 0 0.38 0.59
HSL 131.02º 0.3% 0.32% -
HSV(B) 131.02º 0.47% 0.41% -
XYZ 7.64 11.33 6.78 -
YUV 85.79 116.27 106.75 -
System Red Green Blue C M Y K H S L
Decimal 56 105 65 0.47 0 0.38 0.59 131.02 0.3 0.32
Hex 38 69 41 2F 0 26 3B 83 1E 20
Octal 70 151 101 57 0 46 73 203 36 40
Binary 111000 1101001 1000001 101111 0 100110 111011 10000011 11110 100000

Color Harmonies of #386941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386941

Black with #386941

Text Example


Text Example

White with #386941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386941; }

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

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

background-color css

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

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

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

border-color css

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

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

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