Html Css Color HEX #536900 Verdun Green

📋 copy color: '#536900'

red 83 ◦ green 105 ◦ blue 0

#536900
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #536900

Tints of Verdun Green #536900

RGB

 RED value IS 83 (32.81% from 255) = 44.15%

 GREEN value IS 105 (41.41% from 255) = 55.85%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.15%
G = 55.85%
B = 0%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#536900 (or 0x536900) is known color: Verdun Green. HEX triplet: 53, 69 and 00. RGB value is (83,105,0). Sum of RGB (Red+Green+Blue) = 83+105+0=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 105 (41.41% from 255 or 55.85% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 105 - color contains mainly: green. Hex color #536900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536900 is #AC96FF. Grayscale: #565656. Windows color (decimal): -11310848 or 26963. OLE color: 26963.

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

Color convert

RGB 83 105 0 -
CMYK 0.21 0 1 0.59
HSL 72.57º 1% 0.21% -
HSV(B) 72.57º 1% 0.41% -
XYZ 8.62 11.94 1.85 -
YUV 86.45 79.21 125.54 -
System Red Green Blue C M Y K H S L
Decimal 83 105 0 0.21 0 1 0.59 72.57 1 0.21
Hex 53 69 0 15 0 64 3B 49 64 15
Octal 123 151 0 25 0 144 73 111 144 25
Binary 1010011 1101001 0 10101 0 1100100 111011 1001001 1100100 10101

Color Harmonies of #536900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536900

Black with #536900

Text Example


Text Example

White with #536900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536900; }

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

 H1.HeaderClassName
 {
   color: #536900;
 }
 .AnyTagClassName
 {
   color: #536900;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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