#35663A

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

Shades of Hunter Green #35663A

Tints of Hunter Green #35663A

Color information

#35663A (or 0x35663A) is unknown color: approx Hunter Green. HEX triplet: 35, 66 and 3A. RGB value is (53,102,58). Sum of RGB (Red+Green+Blue) = 53+102+58=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 102 (40.23% from 255 or 47.89% from 213); Blue value is 58 (23.05% from 255 or 27.23% from 213); Max value from RGB is 102 - color contains mainly: green. Hex color #35663A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35663A is #CA99C5. Grayscale: #525252. Windows color (decimal): -13277638 or 3827253. OLE color: 3827253.

HSL color Cylindrical-coordinate representation of color #35663A: hue angle of 126.12º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #35663A is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.6.

Color convert

RGB5310258-
CMYK0.4800.430.6
HSL126.12º31.61%30.39%-
HSV(B)126.12º48.04%40%-
XYZ6.9810.575.67-
YUV82.33114.27107.08-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.88%
GREEN value IS 102 (40.23% from 255) = 47.89%
BLUE value IS 58 (23.05% from 255) = 27.23%
R=24.88%
G=47.89%
B=27.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal53102580.4800.430.6126.1231.6130.39
Hex35663A3002B3C7e201e
Octal651467260053741764036
Binary11010111001101110101100000101011111100111111010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35663A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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