#38613E

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

Shades of Hunter Green #38613E

Tints of Hunter Green #38613E

Color information

#38613E (or 0x38613E) is unknown color: approx Hunter Green. HEX triplet: 38, 61 and 3E. RGB value is (56,97,62). Sum of RGB (Red+Green+Blue) = 56+97+62=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 62 (24.61% from 255 or 28.84% from 215); Max value from RGB is 97 - color contains mainly: green. Hex color #38613E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38613E is #C79EC1. Grayscale: #505050. Windows color (decimal): -13082306 or 4088120. OLE color: 4088120.

HSL color Cylindrical-coordinate representation of color #38613E: hue angle of 128.78º 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 #38613E is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.

Color convert

RGB569762-
CMYK0.4200.360.62
HSL128.78º26.8%30%-
HSV(B)128.78º42.27%38.04%-
XYZ6.789.746.08-
YUV80.75117.42110.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.05%
GREEN value IS 97 (38.28% from 255) = 45.12%
BLUE value IS 62 (24.61% from 255) = 28.84%
R=26.05%
G=45.12%
B=28.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5697620.4200.360.62128.7826.830
Hex38613E2A0243E811b1e
Octal701417652044762013336
Binary11100011000011111101010100100100111110100000011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38613E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38613E; }

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

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

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

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

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

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

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

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