#38603F

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

Shades of Hunter Green #38603F

Tints of Hunter Green #38603F

Color information

#38603F (or 0x38603F) is unknown color: approx Hunter Green. HEX triplet: 38, 60 and 3F. RGB value is (56,96,63). Sum of RGB (Red+Green+Blue) = 56+96+63=215 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.05% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 96 - color contains mainly: green. Hex color #38603F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38603F is #C79FC0. Grayscale: #505050. Windows color (decimal): -13082561 or 4153400. OLE color: 4153400.

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

Color convert

RGB569663-
CMYK0.4200.340.62
HSL130.5º26.32%29.8%-
HSV(B)130.5º41.67%37.65%-
XYZ6.719.576.2-
YUV80.28118.25110.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 26.05%
GREEN value IS 96 (37.89% from 255) = 44.65%
BLUE value IS 63 (25% from 255) = 29.30%
R=26.05%
G=44.65%
B=29.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5696630.4200.340.62130.526.3229.8
Hex38603F2A0223E821a1e
Octal701407752042762023236
Binary11100011000001111111010100100010111110100000101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38603F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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