#38503A

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

Shades of Hunter Green #38503A

Tints of Hunter Green #38503A

Color information

#38503A (or 0x38503A) is unknown color: approx Hunter Green. HEX triplet: 38, 50 and 3A. RGB value is (56,80,58). Sum of RGB (Red+Green+Blue) = 56+80+58=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 58 (23.05% from 255 or 29.90% from 194); Max value from RGB is 80 - color contains mainly: green. Hex color #38503A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38503A is #C7AFC5. Grayscale: #464646. Windows color (decimal): -13086662 or 3821624. OLE color: 3821624.

HSL color Cylindrical-coordinate representation of color #38503A: hue angle of 125º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #38503A is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB568058-
CMYK0.3000.280.69
HSL125º17.65%26.67%-
HSV(B)125º30%31.37%-
XYZ5.266.885.05-
YUV70.32121.05117.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.87%
GREEN value IS 80 (31.64% from 255) = 41.24%
BLUE value IS 58 (23.05% from 255) = 29.90%
R=28.87%
G=41.24%
B=29.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5680580.3000.280.6912517.6526.67
Hex38503A1E01C457d121b
Octal7012072360341051752233
Binary111000101000011101011110011100100010111111011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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