Html Css Color HEX #525105 Verdun Green

📋 copy color: '#525105'

red 82 ◦ green 81 ◦ blue 5

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

Shades of Verdun Green #525105

Tints of Verdun Green #525105

RGB

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

 GREEN value IS 81 (32.03% from 255) = 48.21%

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

R = 48.81%
G = 48.21%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#525105 (or 0x525105) is known color: Verdun Green. HEX triplet: 52, 51 and 05. RGB value is (82,81,5). Sum of RGB (Red+Green+Blue) = 82+81+5=168 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.81% from 168); Green value is 81 (32.03% from 255 or 48.21% from 168); Blue value is 5 (2.34% from 255 or 2.98% from 168); Max value from RGB is 82 - color contains mainly: red. Hex color #525105 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525105 is #ADAEFA. Grayscale: #484848. Windows color (decimal): -11382523 or 348498. OLE color: 348498.

HSL color Cylindrical-coordinate representation of color #525105: hue angle of 59.22º 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 #525105 is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 81 5 -
CMYK 0 0.01 0.94 0.68
HSL 59.22º 0.89% 0.17% -
HSV(B) 59.22º 0.94% 0.32% -
XYZ 6.45 7.69 1.29 -
YUV 72.64 89.83 134.68 -
System Red Green Blue C M Y K H S L
Decimal 82 81 5 0 0.01 0.94 0.68 59.22 0.89 0.17
Hex 52 51 5 0 1 5E 44 3B 59 11
Octal 122 121 5 0 1 136 104 73 131 21
Binary 1010010 1010001 101 0 1 1011110 1000100 111011 1011001 10001

Color Harmonies of #525105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525105

Black with #525105

Text Example


Text Example

White with #525105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525105; }

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

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

background-color css

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

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

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

border-color css

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

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

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