#535302

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

Shades of Verdun Green #535302

Tints of Verdun Green #535302

Color information

#535302 (or 0x535302) is unknown color: approx Verdun Green. HEX triplet: 53, 53 and 02. RGB value is (83,83,2). Sum of RGB (Red+Green+Blue) = 83+83+2=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 83 (32.81% from 255 or 49.40% from 168); Blue value is 2 (1.17% from 255 or 1.19% from 168); Max value from RGB is 83 - color contains mainly: red, green. Hex color #535302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535302 is #ACACFD. Grayscale: #4A4A4A. Windows color (decimal): -11316478 or 152403. OLE color: 152403.

HSL color Cylindrical-coordinate representation of color #535302: hue angle of 60º 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 #535302 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB83832-
CMYK000.980.67
HSL60º95.29%16.67%-
HSV(B)60º97.59%32.55%-
XYZ6.678.031.26-
YUV73.7787.5134.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.40%
GREEN value IS 83 (32.81% from 255) = 49.40%
BLUE value IS 2 (1.17% from 255) = 1.19%
R=49.40%
G=49.40%
B=1.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83832000.980.676095.2916.67
Hex535320062433c5f11
Octal1231232001421037413721
Binary10100111010011100011000101000011111100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535302; }

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

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

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

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

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

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

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

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