Html Css Color HEX #525004 Verdun Green

📋 copy color: '#525004'

red 82 ◦ green 80 ◦ blue 4

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

Shades of Verdun Green #525004

Tints of Verdun Green #525004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.41%

R = 49.4%
G = 48.19%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#525004 (or 0x525004) is known color: Verdun Green. HEX triplet: 52, 50 and 04. RGB value is (82,80,4). Sum of RGB (Red+Green+Blue) = 82+80+4=166 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.40% from 166); Green value is 80 (31.64% from 255 or 48.19% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 82 - color contains mainly: red. Hex color #525004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525004 is #ADAFFB. Grayscale: #484848. Windows color (decimal): -11382780 or 282706. OLE color: 282706.

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

Color convert

RGB 82 80 4 -
CMYK 0 0.02 0.95 0.68
HSL 58.46º 0.91% 0.17% -
HSV(B) 58.46º 0.95% 0.32% -
XYZ 6.37 7.54 1.23 -
YUV 71.93 89.66 135.18 -
System Red Green Blue C M Y K H S L
Decimal 82 80 4 0 0.02 0.95 0.68 58.46 0.91 0.17
Hex 52 50 4 0 2 5F 44 3A 5B 11
Octal 122 120 4 0 2 137 104 72 133 21
Binary 1010010 1010000 100 0 10 1011111 1000100 111010 1011011 10001

Color Harmonies of #525004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525004

Black with #525004

Text Example


Text Example

White with #525004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525004; }

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

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

background-color css

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

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

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

border-color css

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

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

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