#35603A

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

Shades of Hunter Green #35603A

Tints of Hunter Green #35603A

Color information

#35603A (or 0x35603A) is unknown color: approx Hunter Green. HEX triplet: 35, 60 and 3A. RGB value is (53,96,58). Sum of RGB (Red+Green+Blue) = 53+96+58=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 58 (23.05% from 255 or 28.02% from 207); Max value from RGB is 96 - color contains mainly: green. Hex color #35603A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35603A is #CA9FC5. Grayscale: #4E4E4E. Windows color (decimal): -13279174 or 3825717. OLE color: 3825717.

HSL color Cylindrical-coordinate representation of color #35603A: hue angle of 126.98º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #35603A is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB539658-
CMYK0.4500.400.62
HSL126.98º28.86%29.22%-
HSV(B)126.98º44.79%37.65%-
XYZ6.419.435.48-
YUV78.81116.25109.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.60%
GREEN value IS 96 (37.89% from 255) = 46.38%
BLUE value IS 58 (23.05% from 255) = 28.02%
R=25.60%
G=46.38%
B=28.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5396580.4500.400.62126.9828.8629.22
Hex35603A2D0283E7f1d1d
Octal651407255050761773535
Binary1101011100000111010101101010100011111011111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35603A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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