#35653F

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

Shades of Hunter Green #35653F

Tints of Hunter Green #35653F

Color information

#35653F (or 0x35653F) is unknown color: approx Hunter Green. HEX triplet: 35, 65 and 3F. RGB value is (53,101,63). Sum of RGB (Red+Green+Blue) = 53+101+63=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 101 (39.84% from 255 or 46.54% from 217); Blue value is 63 (25% from 255 or 29.03% from 217); Max value from RGB is 101 - color contains mainly: green. Hex color #35653F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35653F is #CA9AC0. Grayscale: #525252. Windows color (decimal): -13277889 or 4154677. OLE color: 4154677.

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

Color convert

RGB5310163-
CMYK0.4800.380.60
HSL132.5º31.17%30.2%-
HSV(B)132.5º47.52%39.61%-
XYZ7.0210.426.34-
YUV82.32117.1107.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.42%
GREEN value IS 101 (39.84% from 255) = 46.54%
BLUE value IS 63 (25% from 255) = 29.03%
R=24.42%
G=46.54%
B=29.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53101630.4800.380.60132.531.1730.2
Hex35653F300263C841f1e
Octal651457760046742043736
Binary11010111001011111111100000100110111100100001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35653F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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