#35563A

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

Shades of Hunter Green #35563A

Tints of Hunter Green #35563A

Color information

#35563A (or 0x35563A) is unknown color: approx Hunter Green. HEX triplet: 35, 56 and 3A. RGB value is (53,86,58). Sum of RGB (Red+Green+Blue) = 53+86+58=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 86 (33.98% from 255 or 43.65% from 197); Blue value is 58 (23.05% from 255 or 29.44% from 197); Max value from RGB is 86 - color contains mainly: green. Hex color #35563A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35563A is #CAA9C5. Grayscale: #494949. Windows color (decimal): -13281734 or 3823157. OLE color: 3823157.

HSL color Cylindrical-coordinate representation of color #35563A: hue angle of 129.09º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #35563A is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB538658-
CMYK0.3800.330.66
HSL129.09º23.74%27.25%-
HSV(B)129.09º38.37%33.73%-
XYZ5.567.725.2-
YUV72.94119.57113.78-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.90%
GREEN value IS 86 (33.98% from 255) = 43.65%
BLUE value IS 58 (23.05% from 255) = 29.44%
R=26.90%
G=43.65%
B=29.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5386580.3800.330.66129.0923.7427.25
Hex35563A260214281181b
Octal6512672460411022013033
Binary110101101011011101010011001000011000010100000011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35563A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,86,58); }

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

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

 a { background-color: rgb(53,86,58); }

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

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

 span { border-color: rgb(53,86,58); }

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