#38553C

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

Shades of Hunter Green #38553C

Tints of Hunter Green #38553C

Color information

#38553C (or 0x38553C) is unknown color: approx Hunter Green. HEX triplet: 38, 55 and 3C. RGB value is (56,85,60). Sum of RGB (Red+Green+Blue) = 56+85+60=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 85 - color contains mainly: green. Hex color #38553C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38553C is #C7AAC3. Grayscale: #494949. Windows color (decimal): -13085380 or 3953976. OLE color: 3953976.

HSL color Cylindrical-coordinate representation of color #38553C: hue angle of 128.28º 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 #38553C is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB568560-
CMYK0.3400.290.67
HSL128.28º20.57%27.65%-
HSV(B)128.28º34.12%33.33%-
XYZ5.697.665.45-
YUV73.48120.39115.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.86%
GREEN value IS 85 (33.59% from 255) = 42.29%
BLUE value IS 60 (23.83% from 255) = 29.85%
R=27.86%
G=42.29%
B=29.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5685600.3400.290.67128.2820.5727.65
Hex38553C2201D4380151c
Octal7012574420351032002534
Binary11100010101011111001000100111011000011100000001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38553C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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