#535002

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

Shades of Verdun Green #535002

Tints of Verdun Green #535002

Color information

#535002 (or 0x535002) is unknown color: approx Verdun Green. HEX triplet: 53, 50 and 02. RGB value is (83,80,2). Sum of RGB (Red+Green+Blue) = 83+80+2=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 80 (31.64% from 255 or 48.48% from 165); Blue value is 2 (1.17% from 255 or 1.21% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #535002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535002 is #ACAFFD. Grayscale: #484848. Windows color (decimal): -11317246 or 151635. OLE color: 151635.

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

Color convert

RGB83802-
CMYK00.040.980.67
HSL57.78º95.29%16.67%-
HSV(B)57.78º97.59%32.55%-
XYZ6.457.581.18-
YUV7288.49135.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.30%
GREEN value IS 80 (31.64% from 255) = 48.48%
BLUE value IS 2 (1.17% from 255) = 1.21%
R=50.30%
G=48.48%
B=1.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8380200.040.980.6757.7895.2916.67
Hex535020462433a5f11
Octal1231202041421037213721
Binary1010011101000010010011000101000011111010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535002; }

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

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

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

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

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

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

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

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