Html Css Color HEX #525903 Verdun Green

📋 copy color: '#525903'

red 82 ◦ green 89 ◦ blue 3

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

Shades of Verdun Green #525903

Tints of Verdun Green #525903

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.72%

R = 47.13%
G = 51.15%
B = 1.72%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#525903 (or 0x525903) is known color: Verdun Green. HEX triplet: 52, 59 and 03. RGB value is (82,89,3). Sum of RGB (Red+Green+Blue) = 82+89+3=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 89 (35.16% from 255 or 51.15% from 174); Blue value is 3 (1.56% from 255 or 1.72% from 174); Max value from RGB is 89 - color contains mainly: green. Hex color #525903 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525903 is #ADA6FC. Grayscale: #4D4D4D. Windows color (decimal): -11380477 or 219474. OLE color: 219474.

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

Color convert

RGB 82 89 3 -
CMYK 0.08 0 0.97 0.65
HSL 64.88º 0.93% 0.18% -
HSV(B) 64.88º 0.97% 0.35% -
XYZ 7.07 8.95 1.44 -
YUV 77.1 86.18 131.49 -
System Red Green Blue C M Y K H S L
Decimal 82 89 3 0.08 0 0.97 0.65 64.88 0.93 0.18
Hex 52 59 3 8 0 61 41 41 5D 12
Octal 122 131 3 10 0 141 101 101 135 22
Binary 1010010 1011001 11 1000 0 1100001 1000001 1000001 1011101 10010

Color Harmonies of #525903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525903

Black with #525903

Text Example


Text Example

White with #525903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525903; }

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

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

background-color css

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

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

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

border-color css

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

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

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