#38553D

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

Shades of Hunter Green #38553D

Tints of Hunter Green #38553D

Color information

#38553D (or 0x38553D) is unknown color: approx Hunter Green. HEX triplet: 38, 55 and 3D. RGB value is (56,85,61). Sum of RGB (Red+Green+Blue) = 56+85+61=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 85 - color contains mainly: green. Hex color #38553D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38553D is #C7AAC2. Grayscale: #494949. Windows color (decimal): -13085379 or 4019512. OLE color: 4019512.

HSL color Cylindrical-coordinate representation of color #38553D: hue angle of 130.34º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #38553D is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB568561-
CMYK0.3400.280.67
HSL130.34º20.57%27.65%-
HSV(B)130.34º34.12%33.33%-
XYZ5.727.675.59-
YUV73.59120.89115.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.72%
GREEN value IS 85 (33.59% from 255) = 42.08%
BLUE value IS 61 (24.22% from 255) = 30.20%
R=27.72%
G=42.08%
B=30.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5685610.3400.280.67130.3420.5727.65
Hex38553D2201C4382151c
Octal7012575420341032022534
Binary11100010101011111011000100111001000011100000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38553D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38553D; }

 p { color: rgb(56,85,61); }

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

<style>
 a { background-color: #38553D; }

 a { background-color: rgb(56,85,61); }

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

<style>
 span { border-color: #38553D; }

 span { border-color: rgb(56,85,61); }

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