#535602

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

Shades of Verdun Green #535602

Tints of Verdun Green #535602

Color information

#535602 (or 0x535602) is unknown color: approx Verdun Green. HEX triplet: 53, 56 and 02. RGB value is (83,86,2). Sum of RGB (Red+Green+Blue) = 83+86+2=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 86 (33.98% from 255 or 50.29% from 171); Blue value is 2 (1.17% from 255 or 1.17% from 171); Max value from RGB is 86 - color contains mainly: green. Hex color #535602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535602 is #ACA9FD. Grayscale: #4B4B4B. Windows color (decimal): -11315710 or 153171. OLE color: 153171.

HSL color Cylindrical-coordinate representation of color #535602: hue angle of 62.14º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #535602 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB83862-
CMYK0.0300.980.66
HSL62.14º95.45%17.25%-
HSV(B)62.14º97.67%33.73%-
XYZ6.918.51.33-
YUV75.5386.51133.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.54%
GREEN value IS 86 (33.98% from 255) = 50.29%
BLUE value IS 2 (1.17% from 255) = 1.17%
R=48.54%
G=50.29%
B=1.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal838620.0300.980.6662.1495.4517.25
Hex535623062423e5f11
Octal1231262301421027613721
Binary101001110101101011011000101000010111110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535602; }

 p { color: rgb(83,86,2); }

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

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

 a { background-color: rgb(83,86,2); }

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

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

 span { border-color: rgb(83,86,2); }

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