Html Css Color HEX #536300 Verdun Green

📋 copy color: '#536300'

red 83 ◦ green 99 ◦ blue 0

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

Shades of Verdun Green #536300

Tints of Verdun Green #536300

RGB

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

 GREEN value IS 99 (39.06% from 255) = 54.4%

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

R = 45.6%
G = 54.4%
B = 0%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#536300 (or 0x536300) is known color: Verdun Green. HEX triplet: 53, 63 and 00. RGB value is (83,99,0). Sum of RGB (Red+Green+Blue) = 83+99+0=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 99 (39.06% from 255 or 54.40% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 99 - color contains mainly: green. Hex color #536300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536300 is #AC9CFF. Grayscale: #535353. Windows color (decimal): -11312384 or 25427. OLE color: 25427.

HSL color Cylindrical-coordinate representation of color #536300: hue angle of 69.7º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #536300 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.

Color convert

RGB 83 99 0 -
CMYK 0.16 0 1 0.61
HSL 69.7º 1% 0.19% -
HSV(B) 69.7º 1% 0.39% -
XYZ 8.03 10.76 1.65 -
YUV 82.93 81.2 128.05 -
System Red Green Blue C M Y K H S L
Decimal 83 99 0 0.16 0 1 0.61 69.7 1 0.19
Hex 53 63 0 10 0 64 3D 46 64 13
Octal 123 143 0 20 0 144 75 106 144 23
Binary 1010011 1100011 0 10000 0 1100100 111101 1000110 1100100 10011

Color Harmonies of #536300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536300

Black with #536300

Text Example


Text Example

White with #536300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536300; }

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

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

background-color css

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

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

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

border-color css

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

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

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