Html Css Color HEX #525904 Verdun Green

📋 copy color: '#525904'

red 82 ◦ green 89 ◦ blue 4

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

Shades of Verdun Green #525904

Tints of Verdun Green #525904

RGB

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

 GREEN value IS 89 (35.16% from 255) = 50.86%

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

R = 46.86%
G = 50.86%
B = 2.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.96

 K value IS 0.65

RGB Variations

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

Color information

#525904 (or 0x525904) is known color: Verdun Green. HEX triplet: 52, 59 and 04. RGB value is (82,89,4). Sum of RGB (Red+Green+Blue) = 82+89+4=175 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.86% from 175); Green value is 89 (35.16% from 255 or 50.86% from 175); Blue value is 4 (1.95% from 255 or 2.29% from 175); Max value from RGB is 89 - color contains mainly: green. Hex color #525904 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525904 is #ADA6FB. Grayscale: #4D4D4D. Windows color (decimal): -11380476 or 285010. OLE color: 285010.

HSL color Cylindrical-coordinate representation of color #525904: hue angle of 64.94º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #525904 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 89 4 -
CMYK 0.08 0 0.96 0.65
HSL 64.94º 0.91% 0.18% -
HSV(B) 64.94º 0.96% 0.35% -
XYZ 7.07 8.95 1.47 -
YUV 77.22 86.68 131.41 -
System Red Green Blue C M Y K H S L
Decimal 82 89 4 0.08 0 0.96 0.65 64.94 0.91 0.18
Hex 52 59 4 8 0 60 41 41 5B 12
Octal 122 131 4 10 0 140 101 101 133 22
Binary 1010010 1011001 100 1000 0 1100000 1000001 1000001 1011011 10010

Color Harmonies of #525904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525904

Black with #525904

Text Example


Text Example

White with #525904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525904; }

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

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

background-color css

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

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

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

border-color css

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

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

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