Html Css Color HEX #536510 Verdun Green

📋 copy color: '#536510'

red 83 ◦ green 101 ◦ blue 16

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

Shades of Verdun Green #536510

Tints of Verdun Green #536510

RGB

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

 GREEN value IS 101 (39.84% from 255) = 50.5%

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

R = 41.5%
G = 50.5%
B = 8%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.84

 K value IS 0.60

RGB Variations

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

Color information

#536510 (or 0x536510) is known color: Verdun Green. HEX triplet: 53, 65 and 10. RGB value is (83,101,16). Sum of RGB (Red+Green+Blue) = 83+101+16=200 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.5% from 200); Green value is 101 (39.84% from 255 or 50.5% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 101 - color contains mainly: green. Hex color #536510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536510 is #AC9AEF. Grayscale: #565656. Windows color (decimal): -11311856 or 1074515. OLE color: 1074515.

HSL color Cylindrical-coordinate representation of color #536510: hue angle of 72.71º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #536510 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.

Color convert

RGB 83 101 16 -
CMYK 0.18 0 0.84 0.60
HSL 72.71º 0.73% 0.23% -
HSV(B) 72.71º 0.84% 0.4% -
XYZ 8.31 11.18 2.21 -
YUV 85.93 88.54 125.91 -
System Red Green Blue C M Y K H S L
Decimal 83 101 16 0.18 0 0.84 0.60 72.71 0.73 0.23
Hex 53 65 10 12 0 54 3C 49 49 17
Octal 123 145 20 22 0 124 74 111 111 27
Binary 1010011 1100101 10000 10010 0 1010100 111100 1001001 1001001 10111

Color Harmonies of #536510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536510

Black with #536510

Text Example


Text Example

White with #536510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536510; }

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

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

background-color css

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

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

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

border-color css

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

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

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