Html Css Color HEX #525814 Verdun Green

📋 copy color: '#525814'

red 82 ◦ green 88 ◦ blue 20

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

Shades of Verdun Green #525814

Tints of Verdun Green #525814

RGB

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

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

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

R = 43.16%
G = 46.32%
B = 10.53%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#525814 (or 0x525814) is known color: Verdun Green. HEX triplet: 52, 58 and 14. RGB value is (82,88,20). Sum of RGB (Red+Green+Blue) = 82+88+20=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 88 (34.77% from 255 or 46.32% from 190); Blue value is 20 (8.20% from 255 or 10.53% from 190); Max value from RGB is 88 - color contains mainly: green. Hex color #525814 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525814 is #ADA7EB. Grayscale: #4E4E4E. Windows color (decimal): -11380716 or 1333330. OLE color: 1333330.

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

Color convert

RGB 82 88 20 -
CMYK 0.07 0 0.77 0.65
HSL 65.29º 0.63% 0.21% -
HSV(B) 65.29º 0.77% 0.35% -
XYZ 7.1 8.82 1.99 -
YUV 78.45 95.01 130.53 -
System Red Green Blue C M Y K H S L
Decimal 82 88 20 0.07 0 0.77 0.65 65.29 0.63 0.21
Hex 52 58 14 7 0 4D 41 41 3F 15
Octal 122 130 24 7 0 115 101 101 77 25
Binary 1010010 1011000 10100 111 0 1001101 1000001 1000001 111111 10101

Color Harmonies of #525814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525814

Black with #525814

Text Example


Text Example

White with #525814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525814; }

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

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

background-color css

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

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

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

border-color css

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

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

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