#536907

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

Shades of Verdun Green #536907

Tints of Verdun Green #536907

Color information

#536907 (or 0x536907) is unknown color: approx Verdun Green. HEX triplet: 53, 69 and 07. RGB value is (83,105,7). Sum of RGB (Red+Green+Blue) = 83+105+7=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 105 (41.41% from 255 or 53.85% from 195); Blue value is 7 (3.12% from 255 or 3.59% from 195); Max value from RGB is 105 - color contains mainly: green. Hex color #536907 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536907 is #AC96F8. Grayscale: #575757. Windows color (decimal): -11310841 or 485715. OLE color: 485715.

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

Color convert

RGB831057-
CMYK0.2100.930.59
HSL73.47º87.5%21.96%-
HSV(B)73.47º93.33%41.18%-
XYZ8.6611.962.05-
YUV87.2582.71124.97-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 42.56%
GREEN value IS 105 (41.41% from 255) = 53.85%
BLUE value IS 7 (3.12% from 255) = 3.59%
R=42.56%
G=53.85%
B=3.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8310570.2100.930.5973.4787.521.96
Hex536971505D3B495816
Octal12315172501357311113026
Binary1010011110100111110101010111011110111001001101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536907; }

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

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

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

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

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

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

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

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