Html Css Color HEX #526119 Verdun Green

📋 copy color: '#526119'

red 82 ◦ green 97 ◦ blue 25

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

Shades of Verdun Green #526119

Tints of Verdun Green #526119

RGB

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

 GREEN value IS 97 (38.28% from 255) = 47.55%

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

R = 40.2%
G = 47.55%
B = 12.25%

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

#526119 (or 0x526119) is known color: Verdun Green. HEX triplet: 52, 61 and 19. RGB value is (82,97,25). Sum of RGB (Red+Green+Blue) = 82+97+25=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 97 (38.28% from 255 or 47.55% from 204); Blue value is 25 (10.16% from 255 or 12.25% from 204); Max value from RGB is 97 - color contains mainly: green. Hex color #526119 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526119 is #AD9EE6. Grayscale: #545454. Windows color (decimal): -11378407 or 1663314. OLE color: 1663314.

HSL color Cylindrical-coordinate representation of color #526119: hue angle of 72.5º 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 #526119 is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 97 25 -
CMYK 0.15 0 0.74 0.62
HSL 72.5º 0.59% 0.24% -
HSV(B) 72.5º 0.74% 0.38% -
XYZ 7.93 10.41 2.51 -
YUV 84.31 94.53 126.35 -
System Red Green Blue C M Y K H S L
Decimal 82 97 25 0.15 0 0.74 0.62 72.5 0.59 0.24
Hex 52 61 19 F 0 4A 3E 48 3B 18
Octal 122 141 31 17 0 112 76 110 73 30
Binary 1010010 1100001 11001 1111 0 1001010 111110 1001000 111011 11000

Color Harmonies of #526119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526119

Black with #526119

Text Example


Text Example

White with #526119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526119; }

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

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

background-color css

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

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

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

border-color css

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

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

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