Html Css Color HEX #536310 Verdun Green

📋 copy color: '#536310'

red 83 ◦ green 99 ◦ blue 16

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

Shades of Verdun Green #536310

Tints of Verdun Green #536310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.08%

R = 41.92%
G = 50%
B = 8.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.84

 K value IS 0.61

RGB Variations

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

Color information

#536310 (or 0x536310) is known color: Verdun Green. HEX triplet: 53, 63 and 10. RGB value is (83,99,16). Sum of RGB (Red+Green+Blue) = 83+99+16=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 99 (39.06% from 255 or 50% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 99 - color contains mainly: green. Hex color #536310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536310 is #AC9CEF. Grayscale: #555555. Windows color (decimal): -11312368 or 1074003. OLE color: 1074003.

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

Color convert

RGB 83 99 16 -
CMYK 0.16 0 0.84 0.61
HSL 71.57º 0.72% 0.23% -
HSV(B) 71.57º 0.84% 0.39% -
XYZ 8.12 10.8 2.15 -
YUV 84.75 89.2 126.75 -
System Red Green Blue C M Y K H S L
Decimal 83 99 16 0.16 0 0.84 0.61 71.57 0.72 0.23
Hex 53 63 10 10 0 54 3D 48 48 17
Octal 123 143 20 20 0 124 75 110 110 27
Binary 1010011 1100011 10000 10000 0 1010100 111101 1001000 1001000 10111

Color Harmonies of #536310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536310

Black with #536310

Text Example


Text Example

White with #536310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536310; }

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

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

background-color css

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

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

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

border-color css

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

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

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