Html Css Color HEX #525310 Verdun Green

📋 copy color: '#525310'

red 82 ◦ green 83 ◦ blue 16

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

Shades of Verdun Green #525310

Tints of Verdun Green #525310

RGB

 RED value IS 82 (32.42% from 255) = 45.3%

 GREEN value IS 83 (32.81% from 255) = 45.86%

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

R = 45.3%
G = 45.86%
B = 8.84%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#525310 (or 0x525310) is known color: Verdun Green. HEX triplet: 52, 53 and 10. RGB value is (82,83,16). Sum of RGB (Red+Green+Blue) = 82+83+16=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 16 (6.64% from 255 or 8.84% from 181); Max value from RGB is 83 - color contains mainly: green. Hex color #525310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525310 is #ADACEF. Grayscale: #4B4B4B. Windows color (decimal): -11382000 or 1069906. OLE color: 1069906.

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

Color convert

RGB 82 83 16 -
CMYK 0.01 0 0.81 0.67
HSL 60.9º 0.68% 0.19% -
HSV(B) 60.9º 0.81% 0.33% -
XYZ 6.67 8.02 1.69 -
YUV 75.06 94.67 132.95 -
System Red Green Blue C M Y K H S L
Decimal 82 83 16 0.01 0 0.81 0.67 60.9 0.68 0.19
Hex 52 53 10 1 0 51 43 3D 44 13
Octal 122 123 20 1 0 121 103 75 104 23
Binary 1010010 1010011 10000 1 0 1010001 1000011 111101 1000100 10011

Color Harmonies of #525310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525310

Black with #525310

Text Example


Text Example

White with #525310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525310; }

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

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

background-color css

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

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

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

border-color css

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

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

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