Html Css Color HEX #525205 Verdun Green

📋 copy color: '#525205'

red 82 ◦ green 82 ◦ blue 5

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

Shades of Verdun Green #525205

Tints of Verdun Green #525205

RGB

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

 GREEN value IS 82 (32.42% from 255) = 48.52%

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

R = 48.52%
G = 48.52%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#525205 (or 0x525205) is known color: Verdun Green. HEX triplet: 52, 52 and 05. RGB value is (82,82,5). Sum of RGB (Red+Green+Blue) = 82+82+5=169 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.52% from 169); Green value is 82 (32.42% from 255 or 48.52% from 169); Blue value is 5 (2.34% from 255 or 2.96% from 169); Max value from RGB is 82 - color contains mainly: red, green. Hex color #525205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525205 is #ADADFA. Grayscale: #494949. Windows color (decimal): -11382267 or 348754. OLE color: 348754.

HSL color Cylindrical-coordinate representation of color #525205: hue angle of 60º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #525205 is Cyan = 0, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 82 5 -
CMYK 0 0 0.94 0.68
HSL 60º 0.89% 0.17% -
HSV(B) 60º 0.94% 0.32% -
XYZ 6.52 7.84 1.31 -
YUV 73.22 89.5 134.26 -
System Red Green Blue C M Y K H S L
Decimal 82 82 5 0 0 0.94 0.68 60 0.89 0.17
Hex 52 52 5 0 0 5E 44 3C 59 11
Octal 122 122 5 0 0 136 104 74 131 21
Binary 1010010 1010010 101 0 0 1011110 1000100 111100 1011001 10001

Color Harmonies of #525205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525205

Black with #525205

Text Example


Text Example

White with #525205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525205; }

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

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

background-color css

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

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

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

border-color css

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

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

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