Html Css Color HEX #536211 Verdun Green

📋 copy color: '#536211'

red 83 ◦ green 98 ◦ blue 17

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

Shades of Verdun Green #536211

Tints of Verdun Green #536211

RGB

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

 GREEN value IS 98 (38.67% from 255) = 49.49%

 BLUE value IS 17 (7.03% from 255) = 8.59%

R = 41.92%
G = 49.49%
B = 8.59%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#536211 (or 0x536211) is known color: Verdun Green. HEX triplet: 53, 62 and 11. RGB value is (83,98,17). Sum of RGB (Red+Green+Blue) = 83+98+17=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 98 (38.67% from 255 or 49.49% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 98 - color contains mainly: green. Hex color #536211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536211 is #AC9DEE. Grayscale: #545454. Windows color (decimal): -11312623 or 1139283. OLE color: 1139283.

HSL color Cylindrical-coordinate representation of color #536211: hue angle of 71.11º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #536211 is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 98 17 -
CMYK 0.15 0 0.83 0.62
HSL 71.11º 0.7% 0.23% -
HSV(B) 71.11º 0.83% 0.38% -
XYZ 8.04 10.61 2.16 -
YUV 84.28 90.03 127.09 -
System Red Green Blue C M Y K H S L
Decimal 83 98 17 0.15 0 0.83 0.62 71.11 0.7 0.23
Hex 53 62 11 F 0 53 3E 47 46 17
Octal 123 142 21 17 0 123 76 107 106 27
Binary 1010011 1100010 10001 1111 0 1010011 111110 1000111 1000110 10111

Color Harmonies of #536211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536211

Black with #536211

Text Example


Text Example

White with #536211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536211; }

 p { color: rgb(83,98,17); }

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

background-color css

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

 a { background-color: rgb(83,98,17); }

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

border-color css

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

 span { border-color: rgb(83,98,17); }

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