Html Css Color HEX #386846 Hunter Green

📋 copy color: '#386846'

red 56 ◦ green 104 ◦ blue 70

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

Shades of Hunter Green #386846

Tints of Hunter Green #386846

RGB

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

 GREEN value IS 104 (41.02% from 255) = 45.22%

 BLUE value IS 70 (27.73% from 255) = 30.43%

R = 24.35%
G = 45.22%
B = 30.43%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#386846 (or 0x386846) is known color: Hunter Green. HEX triplet: 38, 68 and 46. RGB value is (56,104,70). Sum of RGB (Red+Green+Blue) = 56+104+70=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 104 (41.02% from 255 or 45.22% from 230); Blue value is 70 (27.73% from 255 or 30.43% from 230); Max value from RGB is 104 - color contains mainly: green. Hex color #386846 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386846 is #C797B9. Grayscale: #555555. Windows color (decimal): -13080506 or 4614200. OLE color: 4614200.

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

Color convert

RGB 56 104 70 -
CMYK 0.46 0 0.33 0.59
HSL 137.5º 0.3% 0.31% -
HSV(B) 137.5º 0.46% 0.41% -
XYZ 7.69 11.18 7.55 -
YUV 85.77 119.1 106.76 -
System Red Green Blue C M Y K H S L
Decimal 56 104 70 0.46 0 0.33 0.59 137.5 0.3 0.31
Hex 38 68 46 2E 0 21 3B 8A 1E 1F
Octal 70 150 106 56 0 41 73 212 36 37
Binary 111000 1101000 1000110 101110 0 100001 111011 10001010 11110 11111

Color Harmonies of #386846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386846

Black with #386846

Text Example


Text Example

White with #386846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386846; }

 p { color: rgb(56,104,70); }

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

background-color css

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

 a { background-color: rgb(56,104,70); }

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

border-color css

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

 span { border-color: rgb(56,104,70); }

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