Html Css Color HEX #525000 Verdun Green

📋 copy color: '#525000'

red 82 ◦ green 80 ◦ blue 0

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

Shades of Verdun Green #525000

Tints of Verdun Green #525000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.62%
G = 49.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#525000 (or 0x525000) is known color: Verdun Green. HEX triplet: 52, 50 and 00. RGB value is (82,80,0). Sum of RGB (Red+Green+Blue) = 82+80+0=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 80 (31.64% from 255 or 49.38% from 162); Blue value is 0 (0.39% from 255 or 0% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #525000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525000 is #ADAFFF. Grayscale: #474747. Windows color (decimal): -11382784 or 20562. OLE color: 20562.

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

Color convert

RGB 82 80 0 -
CMYK 0 0.02 1 0.68
HSL 58.54º 1% 0.16% -
HSV(B) 58.54º 1% 0.32% -
XYZ 6.35 7.53 1.12 -
YUV 71.48 87.66 135.5 -
System Red Green Blue C M Y K H S L
Decimal 82 80 0 0 0.02 1 0.68 58.54 1 0.16
Hex 52 50 0 0 2 64 44 3B 64 10
Octal 122 120 0 0 2 144 104 73 144 20
Binary 1010010 1010000 0 0 10 1100100 1000100 111011 1100100 10000

Color Harmonies of #525000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525000

Black with #525000

Text Example


Text Example

White with #525000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525000; }

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

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

background-color css

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

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

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

border-color css

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

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

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