Html Css Color HEX #386B44 Hunter Green

📋 copy color: '#386B44'

red 56 ◦ green 107 ◦ blue 68

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

Shades of Hunter Green #386B44

Tints of Hunter Green #386B44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 29.44%

R = 24.24%
G = 46.32%
B = 29.44%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.36

 K value IS 0.58

RGB Variations

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

Color information

#386B44 (or 0x386B44) is known color: Hunter Green. HEX triplet: 38, 6B and 44. RGB value is (56,107,68). Sum of RGB (Red+Green+Blue) = 56+107+68=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 107 (42.19% from 255 or 46.32% from 231); Blue value is 68 (26.95% from 255 or 29.44% from 231); Max value from RGB is 107 - color contains mainly: green. Hex color #386B44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386B44 is #C794BB. Grayscale: #575757. Windows color (decimal): -13079740 or 4483896. OLE color: 4483896.

HSL color Cylindrical-coordinate representation of color #386B44: hue angle of 134.12º 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 #386B44 is Cyan = 0.48, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 107 68 -
CMYK 0.48 0 0.36 0.58
HSL 134.12º 0.31% 0.32% -
HSV(B) 134.12º 0.48% 0.42% -
XYZ 7.93 11.77 7.32 -
YUV 87.31 117.1 105.67 -
System Red Green Blue C M Y K H S L
Decimal 56 107 68 0.48 0 0.36 0.58 134.12 0.31 0.32
Hex 38 6B 44 30 0 24 3A 86 1F 20
Octal 70 153 104 60 0 44 72 206 37 40
Binary 111000 1101011 1000100 110000 0 100100 111010 10000110 11111 100000

Color Harmonies of #386B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386B44

Black with #386B44

Text Example


Text Example

White with #386B44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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