#38513B

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

Shades of Hunter Green #38513B

Tints of Hunter Green #38513B

Color information

#38513B (or 0x38513B) is unknown color: approx Hunter Green. HEX triplet: 38, 51 and 3B. RGB value is (56,81,59). Sum of RGB (Red+Green+Blue) = 56+81+59=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 59 (23.44% from 255 or 30.10% from 196); Max value from RGB is 81 - color contains mainly: green. Hex color #38513B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38513B is #C7AEC4. Grayscale: #474747. Windows color (decimal): -13086405 or 3887416. OLE color: 3887416.

HSL color Cylindrical-coordinate representation of color #38513B: hue angle of 127.2º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #38513B is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.68.

Color convert

RGB568159-
CMYK0.3100.270.68
HSL127.2º18.25%26.86%-
HSV(B)127.2º30.86%31.76%-
XYZ5.367.045.21-
YUV71.02121.22117.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.57%
GREEN value IS 81 (32.03% from 255) = 41.33%
BLUE value IS 59 (23.44% from 255) = 30.10%
R=28.57%
G=41.33%
B=30.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5681590.3100.270.68127.218.2526.86
Hex38513B1F01B447f121b
Octal7012173370331041772233
Binary111000101000111101111111011011100010011111111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38513B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38513B; }

 p { color: rgb(56,81,59); }

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

<style>
 a { background-color: #38513B; }

 a { background-color: rgb(56,81,59); }

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

<style>
 span { border-color: #38513B; }

 span { border-color: rgb(56,81,59); }

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