Html Css Color HEX #525512 Verdun Green

📋 copy color: '#525512'

red 82 ◦ green 85 ◦ blue 18

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

Shades of Verdun Green #525512

Tints of Verdun Green #525512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.73%

R = 44.32%
G = 45.95%
B = 9.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#525512 (or 0x525512) is known color: Verdun Green. HEX triplet: 52, 55 and 12. RGB value is (82,85,18). Sum of RGB (Red+Green+Blue) = 82+85+18=185 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.32% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 18 (7.42% from 255 or 9.73% from 185); Max value from RGB is 85 - color contains mainly: green. Hex color #525512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525512 is #ADAAED. Grayscale: #4C4C4C. Windows color (decimal): -11381486 or 1201490. OLE color: 1201490.

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

Color convert

RGB 82 85 18 -
CMYK 0.04 0 0.79 0.67
HSL 62.69º 0.65% 0.2% -
HSV(B) 62.69º 0.79% 0.33% -
XYZ 6.84 8.33 1.82 -
YUV 76.47 95.01 131.95 -
System Red Green Blue C M Y K H S L
Decimal 82 85 18 0.04 0 0.79 0.67 62.69 0.65 0.2
Hex 52 55 12 4 0 4F 43 3F 41 14
Octal 122 125 22 4 0 117 103 77 101 24
Binary 1010010 1010101 10010 100 0 1001111 1000011 111111 1000001 10100

Color Harmonies of #525512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525512

Black with #525512

Text Example


Text Example

White with #525512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525512; }

 p { color: rgb(82,85,18); }

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

background-color css

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

 a { background-color: rgb(82,85,18); }

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

border-color css

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

 span { border-color: rgb(82,85,18); }

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