Html Css Color HEX #525505 Verdun Green

📋 copy color: '#525505'

red 82 ◦ green 85 ◦ blue 5

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

Shades of Verdun Green #525505

Tints of Verdun Green #525505

RGB

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

 GREEN value IS 85 (33.59% from 255) = 49.42%

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

R = 47.67%
G = 49.42%
B = 2.91%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#525505 (or 0x525505) is known color: Verdun Green. HEX triplet: 52, 55 and 05. RGB value is (82,85,5). Sum of RGB (Red+Green+Blue) = 82+85+5=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 5 (2.34% from 255 or 2.91% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #525505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525505 is #ADAAFA. Grayscale: #4B4B4B. Windows color (decimal): -11381499 or 349522. OLE color: 349522.

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

Color convert

RGB 82 85 5 -
CMYK 0.04 0 0.94 0.67
HSL 62.25º 0.89% 0.18% -
HSV(B) 62.25º 0.94% 0.33% -
XYZ 6.76 8.3 1.39 -
YUV 74.98 88.51 133 -
System Red Green Blue C M Y K H S L
Decimal 82 85 5 0.04 0 0.94 0.67 62.25 0.89 0.18
Hex 52 55 5 4 0 5E 43 3E 59 12
Octal 122 125 5 4 0 136 103 76 131 22
Binary 1010010 1010101 101 100 0 1011110 1000011 111110 1011001 10010

Color Harmonies of #525505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525505

Black with #525505

Text Example


Text Example

White with #525505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525505; }

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

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

background-color css

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

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

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

border-color css

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

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

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