#38543A

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

Shades of Hunter Green #38543A

Tints of Hunter Green #38543A

Color information

#38543A (or 0x38543A) is unknown color: approx Hunter Green. HEX triplet: 38, 54 and 3A. RGB value is (56,84,58). Sum of RGB (Red+Green+Blue) = 56+84+58=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 84 (33.20% from 255 or 42.42% from 198); Blue value is 58 (23.05% from 255 or 29.29% from 198); Max value from RGB is 84 - color contains mainly: green. Hex color #38543A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38543A is #C7ABC5. Grayscale: #484848. Windows color (decimal): -13085638 or 3822648. OLE color: 3822648.

HSL color Cylindrical-coordinate representation of color #38543A: hue angle of 124.29º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #38543A is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB568458-
CMYK0.3300.310.67
HSL124.29º20%27.45%-
HSV(B)124.29º33.33%32.94%-
XYZ5.567.495.15-
YUV72.66119.72116.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.28%
GREEN value IS 84 (33.20% from 255) = 42.42%
BLUE value IS 58 (23.05% from 255) = 29.29%
R=28.28%
G=42.42%
B=29.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5684580.3300.310.67124.292027.45
Hex38543A2101F437c141b
Octal7012472410371031742433
Binary1110001010100111010100001011111100001111111001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38543A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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