#38603E

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

Shades of Hunter Green #38603E

Tints of Hunter Green #38603E

Color information

#38603E (or 0x38603E) is unknown color: approx Hunter Green. HEX triplet: 38, 60 and 3E. RGB value is (56,96,62). Sum of RGB (Red+Green+Blue) = 56+96+62=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 62 (24.61% from 255 or 28.97% from 214); Max value from RGB is 96 - color contains mainly: green. Hex color #38603E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38603E is #C79FC1. Grayscale: #505050. Windows color (decimal): -13082562 or 4087864. OLE color: 4087864.

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

Color convert

RGB569662-
CMYK0.4200.350.62
HSL129º26.32%29.8%-
HSV(B)129º41.67%37.65%-
XYZ6.689.556.05-
YUV80.16117.75110.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.17%
GREEN value IS 96 (37.89% from 255) = 44.86%
BLUE value IS 62 (24.61% from 255) = 28.97%
R=26.17%
G=44.86%
B=28.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5696620.4200.350.6212926.3229.8
Hex38603E2A0233E811a1e
Octal701407652043762013236
Binary11100011000001111101010100100011111110100000011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38603E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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