Html Css Color HEX #536111 Verdun Green

📋 copy color: '#536111'

red 83 ◦ green 97 ◦ blue 17

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

Shades of Verdun Green #536111

Tints of Verdun Green #536111

RGB

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

 GREEN value IS 97 (38.28% from 255) = 49.24%

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

R = 42.13%
G = 49.24%
B = 8.63%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.82

 K value IS 0.62

RGB Variations

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

Color information

#536111 (or 0x536111) is known color: Verdun Green. HEX triplet: 53, 61 and 11. RGB value is (83,97,17). Sum of RGB (Red+Green+Blue) = 83+97+17=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 97 (38.28% from 255 or 49.24% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 97 - color contains mainly: green. Hex color #536111 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #536111 is #AC9EEE. Grayscale: #545454. Windows color (decimal): -11312879 or 1139027. OLE color: 1139027.

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

Color convert

RGB 83 97 17 -
CMYK 0.14 0 0.82 0.62
HSL 70.5º 0.7% 0.22% -
HSV(B) 70.5º 0.82% 0.38% -
XYZ 7.94 10.43 2.12 -
YUV 83.69 90.36 127.5 -
System Red Green Blue C M Y K H S L
Decimal 83 97 17 0.14 0 0.82 0.62 70.5 0.7 0.22
Hex 53 61 11 E 0 52 3E 46 46 16
Octal 123 141 21 16 0 122 76 106 106 26
Binary 1010011 1100001 10001 1110 0 1010010 111110 1000110 1000110 10110

Color Harmonies of #536111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536111

Black with #536111

Text Example


Text Example

White with #536111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536111; }

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

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

background-color css

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

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

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

border-color css

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

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

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