#38603A

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

Shades of Hunter Green #38603A

Tints of Hunter Green #38603A

Color information

#38603A (or 0x38603A) is unknown color: approx Hunter Green. HEX triplet: 38, 60 and 3A. RGB value is (56,96,58). Sum of RGB (Red+Green+Blue) = 56+96+58=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 58 (23.05% from 255 or 27.62% from 210); Max value from RGB is 96 - color contains mainly: green. Hex color #38603A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38603A is #C79FC5. Grayscale: #4F4F4F. Windows color (decimal): -13082566 or 3825720. OLE color: 3825720.

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

Color convert

RGB569658-
CMYK0.4200.400.62
HSL123º26.32%29.8%-
HSV(B)123º41.67%37.65%-
XYZ6.589.515.49-
YUV79.71115.75111.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.67%
GREEN value IS 96 (37.89% from 255) = 45.71%
BLUE value IS 58 (23.05% from 255) = 27.62%
R=26.67%
G=45.71%
B=27.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5696580.4200.400.6212326.3229.8
Hex38603A2A0283E7b1a1e
Octal701407252050761733236
Binary1110001100000111010101010010100011111011110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38603A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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