Html Css Color HEX #526019 Verdun Green

📋 copy color: '#526019'

red 82 ◦ green 96 ◦ blue 25

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

Shades of Verdun Green #526019

Tints of Verdun Green #526019

RGB

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

 GREEN value IS 96 (37.89% from 255) = 47.29%

 BLUE value IS 25 (10.16% from 255) = 12.32%

R = 40.39%
G = 47.29%
B = 12.32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#526019 (or 0x526019) is known color: Verdun Green. HEX triplet: 52, 60 and 19. RGB value is (82,96,25). Sum of RGB (Red+Green+Blue) = 82+96+25=203 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.39% from 203); Green value is 96 (37.89% from 255 or 47.29% from 203); Blue value is 25 (10.16% from 255 or 12.32% from 203); Max value from RGB is 96 - color contains mainly: green. Hex color #526019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526019 is #AD9FE6. Grayscale: #535353. Windows color (decimal): -11378663 or 1663058. OLE color: 1663058.

HSL color Cylindrical-coordinate representation of color #526019: hue angle of 71.83º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #526019 is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 96 25 -
CMYK 0.15 0 0.74 0.62
HSL 71.83º 0.59% 0.24% -
HSV(B) 71.83º 0.74% 0.38% -
XYZ 7.84 10.23 2.48 -
YUV 83.72 94.86 126.77 -
System Red Green Blue C M Y K H S L
Decimal 82 96 25 0.15 0 0.74 0.62 71.83 0.59 0.24
Hex 52 60 19 F 0 4A 3E 48 3B 18
Octal 122 140 31 17 0 112 76 110 73 30
Binary 1010010 1100000 11001 1111 0 1001010 111110 1001000 111011 11000

Color Harmonies of #526019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526019

Black with #526019

Text Example


Text Example

White with #526019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526019; }

 p { color: rgb(82,96,25); }

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

background-color css

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

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

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

border-color css

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

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

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