Html Css Color HEX #525005 Verdun Green

📋 copy color: '#525005'

red 82 ◦ green 80 ◦ blue 5

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

Shades of Verdun Green #525005

Tints of Verdun Green #525005

RGB

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

 GREEN value IS 80 (31.64% from 255) = 47.9%

 BLUE value IS 5 (2.34% from 255) = 2.99%

R = 49.1%
G = 47.9%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#525005 (or 0x525005) is known color: Verdun Green. HEX triplet: 52, 50 and 05. RGB value is (82,80,5). Sum of RGB (Red+Green+Blue) = 82+80+5=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 80 (31.64% from 255 or 47.90% from 167); Blue value is 5 (2.34% from 255 or 2.99% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #525005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525005 is #ADAFFA. Grayscale: #484848. Windows color (decimal): -11382779 or 348242. OLE color: 348242.

HSL color Cylindrical-coordinate representation of color #525005: hue angle of 58.44º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #525005 is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 80 5 -
CMYK 0 0.02 0.94 0.68
HSL 58.44º 0.89% 0.17% -
HSV(B) 58.44º 0.94% 0.32% -
XYZ 6.38 7.54 1.26 -
YUV 72.05 90.16 135.1 -
System Red Green Blue C M Y K H S L
Decimal 82 80 5 0 0.02 0.94 0.68 58.44 0.89 0.17
Hex 52 50 5 0 2 5E 44 3A 59 11
Octal 122 120 5 0 2 136 104 72 131 21
Binary 1010010 1010000 101 0 10 1011110 1000100 111010 1011001 10001

Color Harmonies of #525005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525005

Black with #525005

Text Example


Text Example

White with #525005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525005; }

 p { color: rgb(82,80,5); }

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

background-color css

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

 a { background-color: rgb(82,80,5); }

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

border-color css

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

 span { border-color: rgb(82,80,5); }

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