#536905

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

Shades of Verdun Green #536905

Tints of Verdun Green #536905

Color information

#536905 (or 0x536905) is unknown color: approx Verdun Green. HEX triplet: 53, 69 and 05. RGB value is (83,105,5). Sum of RGB (Red+Green+Blue) = 83+105+5=193 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.01% from 193); Green value is 105 (41.41% from 255 or 54.40% from 193); Blue value is 5 (2.34% from 255 or 2.59% from 193); Max value from RGB is 105 - color contains mainly: green. Hex color #536905 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536905 is #AC96FA. Grayscale: #575757. Windows color (decimal): -11310843 or 354643. OLE color: 354643.

HSL color Cylindrical-coordinate representation of color #536905: hue angle of 73.2º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #536905 is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.59.

Color convert

RGB831055-
CMYK0.2100.950.59
HSL73.2º90.91%21.57%-
HSV(B)73.2º95.24%41.18%-
XYZ8.6511.952-
YUV87.0281.71125.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.01%
GREEN value IS 105 (41.41% from 255) = 54.40%
BLUE value IS 5 (2.34% from 255) = 2.59%
R=43.01%
G=54.40%
B=2.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8310550.2100.950.5973.290.9121.57
Hex536951505F3B495b16
Octal12315152501377311113326
Binary1010011110100110110101010111111110111001001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536905; }

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

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

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

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

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

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

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

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