#535005

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

Shades of Verdun Green #535005

Tints of Verdun Green #535005

Color information

#535005 (or 0x535005) is unknown color: approx Verdun Green. HEX triplet: 53, 50 and 05. RGB value is (83,80,5). Sum of RGB (Red+Green+Blue) = 83+80+5=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 80 (31.64% from 255 or 47.62% from 168); Blue value is 5 (2.34% from 255 or 2.98% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #535005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535005 is #ACAFFA. Grayscale: #484848. Windows color (decimal): -11317243 or 348243. OLE color: 348243.

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

Color convert

RGB83805-
CMYK00.040.940.67
HSL57.69º88.64%17.25%-
HSV(B)57.69º93.98%32.55%-
XYZ6.467.591.27-
YUV72.3589.99135.6-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 49.40%
GREEN value IS 80 (31.64% from 255) = 47.62%
BLUE value IS 5 (2.34% from 255) = 2.98%
R=49.40%
G=47.62%
B=2.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8380500.040.940.6757.6988.6417.25
Hex53505045E433a5911
Octal1231205041361037213121
Binary10100111010000101010010111101000011111010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535005; }

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

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

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

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

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

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

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

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