Html Css Color HEX #526113 Verdun Green

📋 copy color: '#526113'

red 82 ◦ green 97 ◦ blue 19

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

Shades of Verdun Green #526113

Tints of Verdun Green #526113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.6%

R = 41.41%
G = 48.99%
B = 9.6%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#526113 (or 0x526113) is known color: Verdun Green. HEX triplet: 52, 61 and 13. RGB value is (82,97,19). Sum of RGB (Red+Green+Blue) = 82+97+19=198 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.41% from 198); Green value is 97 (38.28% from 255 or 48.99% from 198); Blue value is 19 (7.81% from 255 or 9.60% from 198); Max value from RGB is 97 - color contains mainly: green. Hex color #526113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526113 is #AD9EEC. Grayscale: #535353. Windows color (decimal): -11378413 or 1270098. OLE color: 1270098.

HSL color Cylindrical-coordinate representation of color #526113: hue angle of 71.54º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #526113 is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 97 19 -
CMYK 0.15 0 0.80 0.62
HSL 71.54º 0.67% 0.23% -
HSV(B) 71.54º 0.8% 0.38% -
XYZ 7.87 10.39 2.21 -
YUV 83.62 91.53 126.84 -
System Red Green Blue C M Y K H S L
Decimal 82 97 19 0.15 0 0.80 0.62 71.54 0.67 0.23
Hex 52 61 13 F 0 50 3E 48 43 17
Octal 122 141 23 17 0 120 76 110 103 27
Binary 1010010 1100001 10011 1111 0 1010000 111110 1001000 1000011 10111

Color Harmonies of #526113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526113

Black with #526113

Text Example


Text Example

White with #526113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526113; }

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

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

background-color css

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

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

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

border-color css

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

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

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