Html Css Color HEX #525605 Verdun Green

📋 copy color: '#525605'

red 82 ◦ green 86 ◦ blue 5

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

Shades of Verdun Green #525605

Tints of Verdun Green #525605

RGB

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

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

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

R = 47.4%
G = 49.71%
B = 2.89%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.94

 K value IS 0.66

RGB Variations

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

Color information

#525605 (or 0x525605) is known color: Verdun Green. HEX triplet: 52, 56 and 05. RGB value is (82,86,5). Sum of RGB (Red+Green+Blue) = 82+86+5=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 86 (33.98% from 255 or 49.71% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 86 - color contains mainly: green. Hex color #525605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525605 is #ADA9FA. Grayscale: #4B4B4B. Windows color (decimal): -11381243 or 349778. OLE color: 349778.

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

Color convert

RGB 82 86 5 -
CMYK 0.05 0 0.94 0.66
HSL 62.96º 0.89% 0.18% -
HSV(B) 62.96º 0.94% 0.34% -
XYZ 6.83 8.46 1.42 -
YUV 75.57 88.17 132.59 -
System Red Green Blue C M Y K H S L
Decimal 82 86 5 0.05 0 0.94 0.66 62.96 0.89 0.18
Hex 52 56 5 5 0 5E 42 3F 59 12
Octal 122 126 5 5 0 136 102 77 131 22
Binary 1010010 1010110 101 101 0 1011110 1000010 111111 1011001 10010

Color Harmonies of #525605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525605

Black with #525605

Text Example


Text Example

White with #525605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525605; }

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

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

background-color css

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

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

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

border-color css

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

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

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