#35653C

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

Shades of Hunter Green #35653C

Tints of Hunter Green #35653C

Color information

#35653C (or 0x35653C) is unknown color: approx Hunter Green. HEX triplet: 35, 65 and 3C. RGB value is (53,101,60). Sum of RGB (Red+Green+Blue) = 53+101+60=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 101 (39.84% from 255 or 47.20% from 214); Blue value is 60 (23.83% from 255 or 28.04% from 214); Max value from RGB is 101 - color contains mainly: green. Hex color #35653C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35653C is #CA9AC3. Grayscale: #525252. Windows color (decimal): -13277892 or 3958069. OLE color: 3958069.

HSL color Cylindrical-coordinate representation of color #35653C: hue angle of 128.75º degrees, saturation: 0.31, 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 #35653C is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.60.

Color convert

RGB5310160-
CMYK0.4800.410.60
HSL128.75º31.17%30.2%-
HSV(B)128.75º47.52%39.61%-
XYZ6.9410.395.91-
YUV81.97115.6107.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.77%
GREEN value IS 101 (39.84% from 255) = 47.20%
BLUE value IS 60 (23.83% from 255) = 28.04%
R=24.77%
G=47.20%
B=28.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53101600.4800.410.60128.7531.1730.2
Hex35653C300293C811f1e
Octal651457460051742013736
Binary11010111001011111001100000101001111100100000011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35653C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,101,60); }

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

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

 a { background-color: rgb(53,101,60); }

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

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

 span { border-color: rgb(53,101,60); }

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