Html Css Color HEX #386B40 Hunter Green

📋 copy color: '#386B40'

red 56 ◦ green 107 ◦ blue 64

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

Shades of Hunter Green #386B40

Tints of Hunter Green #386B40

RGB

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

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

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

R = 24.67%
G = 47.14%
B = 28.19%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.40

 K value IS 0.58

RGB Variations

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

Color information

#386B40 (or 0x386B40) is known color: Hunter Green. HEX triplet: 38, 6B and 40. RGB value is (56,107,64). Sum of RGB (Red+Green+Blue) = 56+107+64=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 107 (42.19% from 255 or 47.14% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 107 - color contains mainly: green. Hex color #386B40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386B40 is #C794BF. Grayscale: #565656. Windows color (decimal): -13079744 or 4221752. OLE color: 4221752.

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

Color convert

RGB 56 107 64 -
CMYK 0.48 0 0.40 0.58
HSL 129.41º 0.31% 0.32% -
HSV(B) 129.41º 0.48% 0.42% -
XYZ 7.81 11.73 6.7 -
YUV 86.85 115.1 106 -
System Red Green Blue C M Y K H S L
Decimal 56 107 64 0.48 0 0.40 0.58 129.41 0.31 0.32
Hex 38 6B 40 30 0 28 3A 81 1F 20
Octal 70 153 100 60 0 50 72 201 37 40
Binary 111000 1101011 1000000 110000 0 101000 111010 10000001 11111 100000

Color Harmonies of #386B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386B40

Black with #386B40

Text Example


Text Example

White with #386B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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