#536704

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

Shades of Verdun Green #536704

Tints of Verdun Green #536704

Color information

#536704 (or 0x536704) is unknown color: approx Verdun Green. HEX triplet: 53, 67 and 04. RGB value is (83,103,4). Sum of RGB (Red+Green+Blue) = 83+103+4=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 103 (40.62% from 255 or 54.21% from 190); Blue value is 4 (1.95% from 255 or 2.11% from 190); Max value from RGB is 103 - color contains mainly: green. Hex color #536704 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536704 is #AC98FB. Grayscale: #565656. Windows color (decimal): -11311356 or 288595. OLE color: 288595.

HSL color Cylindrical-coordinate representation of color #536704: hue angle of 72.12º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #536704 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.60.

Color convert

RGB831034-
CMYK0.1900.960.60
HSL72.12º92.52%20.98%-
HSV(B)72.12º96.12%40.39%-
XYZ8.4411.551.9-
YUV85.7381.87126.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.68%
GREEN value IS 103 (40.62% from 255) = 54.21%
BLUE value IS 4 (1.95% from 255) = 2.11%
R=43.68%
G=54.21%
B=2.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8310340.1900.960.6072.1292.5220.98
Hex53674130603C485d15
Octal12314742301407411013525
Binary1010011110011110010011011000001111001001000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536704; }

 p { color: rgb(83,103,4); }

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

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

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

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

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

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

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