Html Css Color HEX #525710 Verdun Green

📋 copy color: '#525710'

red 82 ◦ green 87 ◦ blue 16

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

Shades of Verdun Green #525710

Tints of Verdun Green #525710

RGB

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

 GREEN value IS 87 (34.38% from 255) = 47.03%

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

R = 44.32%
G = 47.03%
B = 8.65%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.82

 K value IS 0.66

RGB Variations

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

Color information

#525710 (or 0x525710) is known color: Verdun Green. HEX triplet: 52, 57 and 10. RGB value is (82,87,16). Sum of RGB (Red+Green+Blue) = 82+87+16=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 87 (34.38% from 255 or 47.03% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 87 - color contains mainly: green. Hex color #525710 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525710 is #ADA8EF. Grayscale: #4D4D4D. Windows color (decimal): -11380976 or 1070930. OLE color: 1070930.

HSL color Cylindrical-coordinate representation of color #525710: hue angle of 64.23º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #525710 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.66.

Color convert

RGB 82 87 16 -
CMYK 0.06 0 0.82 0.66
HSL 64.23º 0.69% 0.2% -
HSV(B) 64.23º 0.82% 0.34% -
XYZ 6.98 8.65 1.79 -
YUV 77.41 93.34 131.27 -
System Red Green Blue C M Y K H S L
Decimal 82 87 16 0.06 0 0.82 0.66 64.23 0.69 0.2
Hex 52 57 10 6 0 52 42 40 45 14
Octal 122 127 20 6 0 122 102 100 105 24
Binary 1010010 1010111 10000 110 0 1010010 1000010 1000000 1000101 10100

Color Harmonies of #525710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525710

Black with #525710

Text Example


Text Example

White with #525710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525710; }

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

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

background-color css

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

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

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

border-color css

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

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

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