#35653D

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

Shades of Hunter Green #35653D

Tints of Hunter Green #35653D

Color information

#35653D (or 0x35653D) is unknown color: approx Hunter Green. HEX triplet: 35, 65 and 3D. RGB value is (53,101,61). Sum of RGB (Red+Green+Blue) = 53+101+61=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 101 (39.84% from 255 or 46.98% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 101 - color contains mainly: green. Hex color #35653D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35653D is #CA9AC2. Grayscale: #525252. Windows color (decimal): -13277891 or 4023605. OLE color: 4023605.

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

Color convert

RGB5310161-
CMYK0.4800.400.60
HSL130º31.17%30.2%-
HSV(B)130º47.52%39.61%-
XYZ6.9610.46.06-
YUV82.09116.1107.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.65%
GREEN value IS 101 (39.84% from 255) = 46.98%
BLUE value IS 61 (24.22% from 255) = 28.37%
R=24.65%
G=46.98%
B=28.37%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53101610.4800.400.6013031.1730.2
Hex35653D300283C821f1e
Octal651457560050742023736
Binary11010111001011111011100000101000111100100000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35653D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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