#386141

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

Shades of Hunter Green #386141

Tints of Hunter Green #386141

Color information

#386141 (or 0x386141) is unknown color: approx Hunter Green. HEX triplet: 38, 61 and 41. RGB value is (56,97,65). Sum of RGB (Red+Green+Blue) = 56+97+65=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 65 (25.78% from 255 or 29.82% from 218); Max value from RGB is 97 - color contains mainly: green. Hex color #386141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386141 is #C79EBE. Grayscale: #515151. Windows color (decimal): -13082303 or 4284728. OLE color: 4284728.

HSL color Cylindrical-coordinate representation of color #386141: hue angle of 133.17º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #386141 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB569765-
CMYK0.4200.330.62
HSL133.17º26.8%30%-
HSV(B)133.17º42.27%38.04%-
XYZ6.869.776.53-
YUV81.09118.92110.1-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.69%
GREEN value IS 97 (38.28% from 255) = 44.50%
BLUE value IS 65 (25.78% from 255) = 29.82%
R=25.69%
G=44.50%
B=29.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5697650.4200.330.62133.1726.830
Hex3861412A0213E851b1e
Octal7014110152041762053336
Binary111000110000110000011010100100001111110100001011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386141; }

 p { color: rgb(56,97,65); }

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

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

 a { background-color: rgb(56,97,65); }

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

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

 span { border-color: rgb(56,97,65); }

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