#536B00

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

Shades of Verdun Green #536B00

Tints of Verdun Green #536B00

Color information

#536B00 (or 0x536B00) is unknown color: approx Verdun Green. HEX triplet: 53, 6B and 00. RGB value is (83,107,0). Sum of RGB (Red+Green+Blue) = 83+107+0=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 107 (42.19% from 255 or 56.32% from 190); Blue value is 0 (0.39% from 255 or 0% from 190); Max value from RGB is 107 - color contains mainly: green. Hex color #536B00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536B00 is #AC94FF. Grayscale: #585858. Windows color (decimal): -11310336 or 27475. OLE color: 27475.

HSL color Cylindrical-coordinate representation of color #536B00: hue angle of 73.46º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #536B00 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.58.

Color convert

RGB831070-
CMYK0.22010.58
HSL73.46º100%20.98%-
HSV(B)73.46º100%41.96%-
XYZ8.8212.351.92-
YUV87.6378.55124.7-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 43.68%
GREEN value IS 107 (42.19% from 255) = 56.32%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.68%
G=56.32%
B=0%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8310700.22010.5873.4610020.98
Hex536B0160643A496415
Octal12315302601447211114425
Binary10100111101011010110011001001110101001001110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536B00; }

 p { color: rgb(83,107,0); }

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

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

 a { background-color: rgb(83,107,0); }

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

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

 span { border-color: rgb(83,107,0); }

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