Html Css Color HEX #525905 Verdun Green

📋 copy color: '#525905'

red 82 ◦ green 89 ◦ blue 5

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

Shades of Verdun Green #525905

Tints of Verdun Green #525905

RGB

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

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

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

R = 46.59%
G = 50.57%
B = 2.84%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#525905 (or 0x525905) is known color: Verdun Green. HEX triplet: 52, 59 and 05. RGB value is (82,89,5). Sum of RGB (Red+Green+Blue) = 82+89+5=176 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.59% from 176); Green value is 89 (35.16% from 255 or 50.57% from 176); Blue value is 5 (2.34% from 255 or 2.84% from 176); Max value from RGB is 89 - color contains mainly: green. Hex color #525905 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525905 is #ADA6FA. Grayscale: #4D4D4D. Windows color (decimal): -11380475 or 350546. OLE color: 350546.

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

Color convert

RGB 82 89 5 -
CMYK 0.08 0 0.94 0.65
HSL 65º 0.89% 0.18% -
HSV(B) 65º 0.94% 0.35% -
XYZ 7.08 8.95 1.5 -
YUV 77.33 87.18 131.33 -
System Red Green Blue C M Y K H S L
Decimal 82 89 5 0.08 0 0.94 0.65 65 0.89 0.18
Hex 52 59 5 8 0 5E 41 41 59 12
Octal 122 131 5 10 0 136 101 101 131 22
Binary 1010010 1011001 101 1000 0 1011110 1000001 1000001 1011001 10010

Color Harmonies of #525905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525905

Black with #525905

Text Example


Text Example

White with #525905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525905; }

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

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

background-color css

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

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

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

border-color css

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

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

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