Html Css Color HEX #525912 Verdun Green

📋 copy color: '#525912'

red 82 ◦ green 89 ◦ blue 18

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

Shades of Verdun Green #525912

Tints of Verdun Green #525912

RGB

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

 GREEN value IS 89 (35.16% from 255) = 47.09%

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

R = 43.39%
G = 47.09%
B = 9.52%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#525912 (or 0x525912) is known color: Verdun Green. HEX triplet: 52, 59 and 12. RGB value is (82,89,18). Sum of RGB (Red+Green+Blue) = 82+89+18=189 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.39% from 189); Green value is 89 (35.16% from 255 or 47.09% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 89 - color contains mainly: green. Hex color #525912 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525912 is #ADA6ED. Grayscale: #4F4F4F. Windows color (decimal): -11380462 or 1202514. OLE color: 1202514.

HSL color Cylindrical-coordinate representation of color #525912: hue angle of 65.92º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #525912 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 89 18 -
CMYK 0.08 0 0.80 0.65
HSL 65.92º 0.66% 0.21% -
HSV(B) 65.92º 0.8% 0.35% -
XYZ 7.16 8.98 1.93 -
YUV 78.81 93.68 130.27 -
System Red Green Blue C M Y K H S L
Decimal 82 89 18 0.08 0 0.80 0.65 65.92 0.66 0.21
Hex 52 59 12 8 0 50 41 42 42 15
Octal 122 131 22 10 0 120 101 102 102 25
Binary 1010010 1011001 10010 1000 0 1010000 1000001 1000010 1000010 10101

Color Harmonies of #525912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525912

Black with #525912

Text Example


Text Example

White with #525912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525912; }

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

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

background-color css

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

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

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

border-color css

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

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

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