#386644

Color #386644 Hunter Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hunter Green #386644

Tints of Hunter Green #386644

Color information

#386644 (or 0x386644) is unknown color: approx Hunter Green. HEX triplet: 38, 66 and 44. RGB value is (56,102,68). Sum of RGB (Red+Green+Blue) = 56+102+68=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 102 (40.23% from 255 or 45.13% from 226); Blue value is 68 (26.95% from 255 or 30.09% from 226); Max value from RGB is 102 - color contains mainly: green. Hex color #386644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386644 is #C799BB. Grayscale: #545454. Windows color (decimal): -13081020 or 4482616. OLE color: 4482616.

HSL color Cylindrical-coordinate representation of color #386644: hue angle of 135.65º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #386644 is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.6.

Color convert

RGB5610268-
CMYK0.4500.330.6
HSL135.65º29.11%30.98%-
HSV(B)135.65º45.1%40%-
XYZ7.4310.767.15-
YUV84.37118.76107.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.78%
GREEN value IS 102 (40.23% from 255) = 45.13%
BLUE value IS 68 (26.95% from 255) = 30.09%
R=24.78%
G=45.13%
B=30.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal56102680.4500.330.6135.6529.1130.98
Hex3866442D0213C881d1f
Octal7014610455041742103537
Binary111000110011010001001011010100001111100100010001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386644; }

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

 H1.HeaderClassName
 {
   color: #386644;
 }
 .AnyTagClassName
 {
   color: #386644;
 }
</style>
background-color css

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

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

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

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

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

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