Html Css Color HEX #525811 Verdun Green

📋 copy color: '#525811'

red 82 ◦ green 88 ◦ blue 17

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

Shades of Verdun Green #525811

Tints of Verdun Green #525811

RGB

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

 GREEN value IS 88 (34.77% from 255) = 47.06%

 BLUE value IS 17 (7.03% from 255) = 9.09%

R = 43.85%
G = 47.06%
B = 9.09%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#525811 (or 0x525811) is known color: Verdun Green. HEX triplet: 52, 58 and 11. RGB value is (82,88,17). Sum of RGB (Red+Green+Blue) = 82+88+17=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 88 (34.77% from 255 or 47.06% from 187); Blue value is 17 (7.03% from 255 or 9.09% from 187); Max value from RGB is 88 - color contains mainly: green. Hex color #525811 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525811 is #ADA7EE. Grayscale: #4E4E4E. Windows color (decimal): -11380719 or 1136722. OLE color: 1136722.

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

Color convert

RGB 82 88 17 -
CMYK 0.07 0 0.81 0.65
HSL 65.07º 0.68% 0.21% -
HSV(B) 65.07º 0.81% 0.35% -
XYZ 7.07 8.81 1.86 -
YUV 78.11 93.51 130.77 -
System Red Green Blue C M Y K H S L
Decimal 82 88 17 0.07 0 0.81 0.65 65.07 0.68 0.21
Hex 52 58 11 7 0 51 41 41 44 15
Octal 122 130 21 7 0 121 101 101 104 25
Binary 1010010 1011000 10001 111 0 1010001 1000001 1000001 1000100 10101

Color Harmonies of #525811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525811

Black with #525811

Text Example


Text Example

White with #525811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525811; }

 p { color: rgb(82,88,17); }

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

background-color css

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

 a { background-color: rgb(82,88,17); }

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

border-color css

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

 span { border-color: rgb(82,88,17); }

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