Html Css Color HEX #526805 Verdun Green

📋 copy color: '#526805'

red 82 ◦ green 104 ◦ blue 5

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

Shades of Verdun Green #526805

Tints of Verdun Green #526805

RGB

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

 GREEN value IS 104 (41.02% from 255) = 54.45%

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

R = 42.93%
G = 54.45%
B = 2.62%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#526805 (or 0x526805) is known color: Verdun Green. HEX triplet: 52, 68 and 05. RGB value is (82,104,5). Sum of RGB (Red+Green+Blue) = 82+104+5=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 104 (41.02% from 255 or 54.45% from 191); Blue value is 5 (2.34% from 255 or 2.62% from 191); Max value from RGB is 104 - color contains mainly: green. Hex color #526805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526805 is #AD97FA. Grayscale: #565656. Windows color (decimal): -11376635 or 354386. OLE color: 354386.

HSL color Cylindrical-coordinate representation of color #526805: hue angle of 73.33º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #526805 is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 104 5 -
CMYK 0.21 0 0.95 0.59
HSL 73.33º 0.91% 0.21% -
HSV(B) 73.33º 0.95% 0.41% -
XYZ 8.46 11.71 1.96 -
YUV 86.14 82.21 125.05 -
System Red Green Blue C M Y K H S L
Decimal 82 104 5 0.21 0 0.95 0.59 73.33 0.91 0.21
Hex 52 68 5 15 0 5F 3B 49 5B 15
Octal 122 150 5 25 0 137 73 111 133 25
Binary 1010010 1101000 101 10101 0 1011111 111011 1001001 1011011 10101

Color Harmonies of #526805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526805

Black with #526805

Text Example


Text Example

White with #526805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526805; }

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

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

background-color css

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

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

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

border-color css

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

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

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