Html Css Color HEX #525612 Verdun Green

📋 copy color: '#525612'

red 82 ◦ green 86 ◦ blue 18

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

Shades of Verdun Green #525612

Tints of Verdun Green #525612

RGB

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

 GREEN value IS 86 (33.98% from 255) = 46.24%

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

R = 44.09%
G = 46.24%
B = 9.68%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.79

 K value IS 0.66

RGB Variations

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

Color information

#525612 (or 0x525612) is known color: Verdun Green. HEX triplet: 52, 56 and 12. RGB value is (82,86,18). Sum of RGB (Red+Green+Blue) = 82+86+18=186 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.09% from 186); Green value is 86 (33.98% from 255 or 46.24% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 86 - color contains mainly: green. Hex color #525612 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525612 is #ADA9ED. Grayscale: #4D4D4D. Windows color (decimal): -11381230 or 1201746. OLE color: 1201746.

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

Color convert

RGB 82 86 18 -
CMYK 0.05 0 0.79 0.66
HSL 63.53º 0.65% 0.2% -
HSV(B) 63.53º 0.79% 0.34% -
XYZ 6.92 8.49 1.85 -
YUV 77.05 94.67 131.53 -
System Red Green Blue C M Y K H S L
Decimal 82 86 18 0.05 0 0.79 0.66 63.53 0.65 0.2
Hex 52 56 12 5 0 4F 42 40 41 14
Octal 122 126 22 5 0 117 102 100 101 24
Binary 1010010 1010110 10010 101 0 1001111 1000010 1000000 1000001 10100

Color Harmonies of #525612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525612

Black with #525612

Text Example


Text Example

White with #525612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525612; }

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

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

background-color css

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

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

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

border-color css

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

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

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