Html Css Color HEX #525609 Verdun Green

📋 copy color: '#525609'

red 82 ◦ green 86 ◦ blue 9

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

Shades of Verdun Green #525609

Tints of Verdun Green #525609

RGB

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

 GREEN value IS 86 (33.98% from 255) = 48.59%

 BLUE value IS 9 (3.91% from 255) = 5.08%

R = 46.33%
G = 48.59%
B = 5.08%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.90

 K value IS 0.66

RGB Variations

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

Color information

#525609 (or 0x525609) is known color: Verdun Green. HEX triplet: 52, 56 and 09. RGB value is (82,86,9). Sum of RGB (Red+Green+Blue) = 82+86+9=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 86 (33.98% from 255 or 48.59% from 177); Blue value is 9 (3.91% from 255 or 5.08% from 177); Max value from RGB is 86 - color contains mainly: green. Hex color #525609 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525609 is #ADA9F6. Grayscale: #4C4C4C. Windows color (decimal): -11381239 or 611922. OLE color: 611922.

HSL color Cylindrical-coordinate representation of color #525609: hue angle of 63.12º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #525609 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.66.

Color convert

RGB 82 86 9 -
CMYK 0.05 0 0.90 0.66
HSL 63.12º 0.81% 0.19% -
HSV(B) 63.12º 0.9% 0.34% -
XYZ 6.86 8.47 1.53 -
YUV 76.03 90.17 132.26 -
System Red Green Blue C M Y K H S L
Decimal 82 86 9 0.05 0 0.90 0.66 63.12 0.81 0.19
Hex 52 56 9 5 0 5A 42 3F 51 13
Octal 122 126 11 5 0 132 102 77 121 23
Binary 1010010 1010110 1001 101 0 1011010 1000010 111111 1010001 10011

Color Harmonies of #525609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525609

Black with #525609

Text Example


Text Example

White with #525609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525609; }

 p { color: rgb(82,86,9); }

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

background-color css

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

 a { background-color: rgb(82,86,9); }

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

border-color css

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

 span { border-color: rgb(82,86,9); }

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