#38533A

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

Shades of Hunter Green #38533A

Tints of Hunter Green #38533A

Color information

#38533A (or 0x38533A) is unknown color: approx Hunter Green. HEX triplet: 38, 53 and 3A. RGB value is (56,83,58). Sum of RGB (Red+Green+Blue) = 56+83+58=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 58 (23.05% from 255 or 29.44% from 197); Max value from RGB is 83 - color contains mainly: green. Hex color #38533A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38533A is #C7ACC5. Grayscale: #484848. Windows color (decimal): -13085894 or 3822392. OLE color: 3822392.

HSL color Cylindrical-coordinate representation of color #38533A: hue angle of 124.44º degrees, saturation: 0.19, 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 #38533A is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB568358-
CMYK0.3300.300.67
HSL124.44º19.42%27.25%-
HSV(B)124.44º32.53%32.55%-
XYZ5.497.335.13-
YUV72.08120.05116.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.43%
GREEN value IS 83 (32.81% from 255) = 42.13%
BLUE value IS 58 (23.05% from 255) = 29.44%
R=28.43%
G=42.13%
B=29.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5683580.3300.300.67124.4419.4227.25
Hex38533A2101E437c131b
Octal7012372410361031742333
Binary1110001010011111010100001011110100001111111001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38533A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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