#386944

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

Shades of Hunter Green #386944

Tints of Hunter Green #386944

Color information

#386944 (or 0x386944) is unknown color: approx Hunter Green. HEX triplet: 38, 69 and 44. RGB value is (56,105,68). Sum of RGB (Red+Green+Blue) = 56+105+68=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 105 (41.41% from 255 or 45.85% from 229); Blue value is 68 (26.95% from 255 or 29.69% from 229); Max value from RGB is 105 - color contains mainly: green. Hex color #386944 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386944 is #C796BB. Grayscale: #565656. Windows color (decimal): -13080252 or 4483384. OLE color: 4483384.

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

Color convert

RGB5610568-
CMYK0.4700.350.59
HSL134.69º30.43%31.57%-
HSV(B)134.69º46.67%41.18%-
XYZ7.7311.367.25-
YUV86.13117.77106.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.45%
GREEN value IS 105 (41.41% from 255) = 45.85%
BLUE value IS 68 (26.95% from 255) = 29.69%
R=24.45%
G=45.85%
B=29.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56105680.4700.350.59134.6930.4331.57
Hex3869442F0233B871e20
Octal7015110457043732073640
Binary1110001101001100010010111101000111110111000011111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386944; }

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

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

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

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

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

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

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

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