Html Css Color HEX #535D16 Verdun Green

📋 copy color: '#535D16'

red 83 ◦ green 93 ◦ blue 22

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

Shades of Verdun Green #535D16

Tints of Verdun Green #535D16

RGB

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

 GREEN value IS 93 (36.72% from 255) = 46.97%

 BLUE value IS 22 (8.98% from 255) = 11.11%

R = 41.92%
G = 46.97%
B = 11.11%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.76

 K value IS 0.64

RGB Variations

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

Color information

#535D16 (or 0x535D16) is known color: Verdun Green. HEX triplet: 53, 5D and 16. RGB value is (83,93,22). Sum of RGB (Red+Green+Blue) = 83+93+22=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 93 (36.72% from 255 or 46.97% from 198); Blue value is 22 (8.98% from 255 or 11.11% from 198); Max value from RGB is 93 - color contains mainly: green. Hex color #535D16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535D16 is #ACA2E9. Grayscale: #525252. Windows color (decimal): -11313898 or 1465683. OLE color: 1465683.

HSL color Cylindrical-coordinate representation of color #535D16: hue angle of 68.45º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #535D16 is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 93 22 -
CMYK 0.11 0 0.76 0.64
HSL 68.45º 0.62% 0.23% -
HSV(B) 68.45º 0.76% 0.36% -
XYZ 7.63 9.73 2.23 -
YUV 81.92 94.19 128.77 -
System Red Green Blue C M Y K H S L
Decimal 83 93 22 0.11 0 0.76 0.64 68.45 0.62 0.23
Hex 53 5D 16 B 0 4C 40 44 3E 17
Octal 123 135 26 13 0 114 100 104 76 27
Binary 1010011 1011101 10110 1011 0 1001100 1000000 1000100 111110 10111

Color Harmonies of #535D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535D16

Black with #535D16

Text Example


Text Example

White with #535D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535D16; }

 p { color: rgb(83,93,22); }

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

background-color css

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

 a { background-color: rgb(83,93,22); }

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

border-color css

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

 span { border-color: rgb(83,93,22); }

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