Html Css Color HEX #386B46 Hunter Green

📋 copy color: '#386B46'

red 56 ◦ green 107 ◦ blue 70

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

Shades of Hunter Green #386B46

Tints of Hunter Green #386B46

RGB

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

 GREEN value IS 107 (42.19% from 255) = 45.92%

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

R = 24.03%
G = 45.92%
B = 30.04%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.35

 K value IS 0.58

RGB Variations

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

Color information

#386B46 (or 0x386B46) is known color: Hunter Green. HEX triplet: 38, 6B and 46. RGB value is (56,107,70). Sum of RGB (Red+Green+Blue) = 56+107+70=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 107 (42.19% from 255 or 45.92% from 233); Blue value is 70 (27.73% from 255 or 30.04% from 233); Max value from RGB is 107 - color contains mainly: green. Hex color #386B46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386B46 is #C794B9. Grayscale: #575757. Windows color (decimal): -13079738 or 4614968. OLE color: 4614968.

HSL color Cylindrical-coordinate representation of color #386B46: hue angle of 136.47º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #386B46 is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 107 70 -
CMYK 0.48 0 0.35 0.58
HSL 136.47º 0.31% 0.32% -
HSV(B) 136.47º 0.48% 0.42% -
XYZ 7.99 11.8 7.65 -
YUV 87.53 118.1 105.51 -
System Red Green Blue C M Y K H S L
Decimal 56 107 70 0.48 0 0.35 0.58 136.47 0.31 0.32
Hex 38 6B 46 30 0 23 3A 88 1F 20
Octal 70 153 106 60 0 43 72 210 37 40
Binary 111000 1101011 1000110 110000 0 100011 111010 10001000 11111 100000

Color Harmonies of #386B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386B46

Black with #386B46

Text Example


Text Example

White with #386B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386B46; }

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

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

background-color css

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

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

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

border-color css

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

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

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