#535905

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

Shades of Verdun Green #535905

Tints of Verdun Green #535905

Color information

#535905 (or 0x535905) is unknown color: approx Verdun Green. HEX triplet: 53, 59 and 05. RGB value is (83,89,5). Sum of RGB (Red+Green+Blue) = 83+89+5=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 89 (35.16% from 255 or 50.28% from 177); Blue value is 5 (2.34% from 255 or 2.82% from 177); Max value from RGB is 89 - color contains mainly: green. Hex color #535905 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535905 is #ACA6FA. Grayscale: #4D4D4D. Windows color (decimal): -11314939 or 350547. OLE color: 350547.

HSL color Cylindrical-coordinate representation of color #535905: hue angle of 64.29º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #535905 is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB83895-
CMYK0.0700.940.65
HSL64.29º89.36%18.43%-
HSV(B)64.29º94.38%34.9%-
XYZ7.178.991.5-
YUV77.6387.01131.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.89%
GREEN value IS 89 (35.16% from 255) = 50.28%
BLUE value IS 5 (2.34% from 255) = 2.82%
R=46.89%
G=50.28%
B=2.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal838950.0700.940.6564.2989.3618.43
Hex53595705E41405912
Octal12313157013610110013122
Binary101001110110011011110101111010000011000000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535905; }

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

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

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

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

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

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

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

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