Html Css Color HEX #525914 Verdun Green

📋 copy color: '#525914'

red 82 ◦ green 89 ◦ blue 20

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

Shades of Verdun Green #525914

Tints of Verdun Green #525914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.47%

R = 42.93%
G = 46.6%
B = 10.47%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#525914 (or 0x525914) is known color: Verdun Green. HEX triplet: 52, 59 and 14. RGB value is (82,89,20). Sum of RGB (Red+Green+Blue) = 82+89+20=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 89 (35.16% from 255 or 46.60% from 191); Blue value is 20 (8.20% from 255 or 10.47% from 191); Max value from RGB is 89 - color contains mainly: green. Hex color #525914 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525914 is #ADA6EB. Grayscale: #4F4F4F. Windows color (decimal): -11380460 or 1333586. OLE color: 1333586.

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

Color convert

RGB 82 89 20 -
CMYK 0.08 0 0.78 0.65
HSL 66.09º 0.63% 0.21% -
HSV(B) 66.09º 0.78% 0.35% -
XYZ 7.18 8.99 2.02 -
YUV 79.04 94.68 130.11 -
System Red Green Blue C M Y K H S L
Decimal 82 89 20 0.08 0 0.78 0.65 66.09 0.63 0.21
Hex 52 59 14 8 0 4E 41 42 3F 15
Octal 122 131 24 10 0 116 101 102 77 25
Binary 1010010 1011001 10100 1000 0 1001110 1000001 1000010 111111 10101

Color Harmonies of #525914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525914

Black with #525914

Text Example


Text Example

White with #525914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525914; }

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

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

background-color css

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

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

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

border-color css

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

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

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