#535704

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

Shades of Verdun Green #535704

Tints of Verdun Green #535704

Color information

#535704 (or 0x535704) is unknown color: approx Verdun Green. HEX triplet: 53, 57 and 04. RGB value is (83,87,4). Sum of RGB (Red+Green+Blue) = 83+87+4=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 87 (34.38% from 255 or 50% from 174); Blue value is 4 (1.95% from 255 or 2.30% from 174); Max value from RGB is 87 - color contains mainly: green. Hex color #535704 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535704 is #ACA8FB. Grayscale: #4C4C4C. Windows color (decimal): -11315452 or 284499. OLE color: 284499.

HSL color Cylindrical-coordinate representation of color #535704: hue angle of 62.89º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #535704 is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.66.

Color convert

RGB83874-
CMYK0.0500.950.66
HSL62.89º91.21%17.84%-
HSV(B)62.89º95.4%34.12%-
XYZ78.661.42-
YUV76.3487.17132.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.70%
GREEN value IS 87 (34.38% from 255) = 50%
BLUE value IS 4 (1.95% from 255) = 2.30%
R=47.70%
G=50%
B=2.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal838740.0500.950.6662.8991.2117.84
Hex53574505F423f5b12
Octal1231274501371027713322
Binary10100111010111100101010111111000010111111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535704; }

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

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

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

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

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

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

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

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