Html Css Color HEX #535510 Verdun Green

📋 copy color: '#535510'

red 83 ◦ green 85 ◦ blue 16

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

Shades of Verdun Green #535510

Tints of Verdun Green #535510

RGB

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

 GREEN value IS 85 (33.59% from 255) = 46.2%

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

R = 45.11%
G = 46.2%
B = 8.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#535510 (or 0x535510) is known color: Verdun Green. HEX triplet: 53, 55 and 10. RGB value is (83,85,16). Sum of RGB (Red+Green+Blue) = 83+85+16=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 85 (33.59% from 255 or 46.20% from 184); Blue value is 16 (6.64% from 255 or 8.70% from 184); Max value from RGB is 85 - color contains mainly: green. Hex color #535510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #535510 is #ACAAEF. Grayscale: #4C4C4C. Windows color (decimal): -11315952 or 1070419. OLE color: 1070419.

HSL color Cylindrical-coordinate representation of color #535510: hue angle of 61.74º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #535510 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 85 16 -
CMYK 0.02 0 0.81 0.67
HSL 61.74º 0.68% 0.2% -
HSV(B) 61.74º 0.81% 0.33% -
XYZ 6.91 8.37 1.74 -
YUV 76.54 93.84 132.61 -
System Red Green Blue C M Y K H S L
Decimal 83 85 16 0.02 0 0.81 0.67 61.74 0.68 0.2
Hex 53 55 10 2 0 51 43 3E 44 14
Octal 123 125 20 2 0 121 103 76 104 24
Binary 1010011 1010101 10000 10 0 1010001 1000011 111110 1000100 10100

Color Harmonies of #535510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535510

Black with #535510

Text Example


Text Example

White with #535510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535510; }

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

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

background-color css

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

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

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

border-color css

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

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

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