Html Css Color HEX #526515 Verdun Green

📋 copy color: '#526515'

red 82 ◦ green 101 ◦ blue 21

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

Shades of Verdun Green #526515

Tints of Verdun Green #526515

RGB

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

 GREEN value IS 101 (39.84% from 255) = 49.51%

 BLUE value IS 21 (8.59% from 255) = 10.29%

R = 40.2%
G = 49.51%
B = 10.29%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.79

 K value IS 0.60

RGB Variations

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

Color information

#526515 (or 0x526515) is known color: Verdun Green. HEX triplet: 52, 65 and 15. RGB value is (82,101,21). Sum of RGB (Red+Green+Blue) = 82+101+21=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 101 (39.84% from 255 or 49.51% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 101 - color contains mainly: green. Hex color #526515 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526515 is #AD9AEA. Grayscale: #565656. Windows color (decimal): -11377387 or 1402194. OLE color: 1402194.

HSL color Cylindrical-coordinate representation of color #526515: hue angle of 74.25º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #526515 is Cyan = 0.19, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 101 21 -
CMYK 0.19 0 0.79 0.60
HSL 74.25º 0.66% 0.24% -
HSV(B) 74.25º 0.79% 0.4% -
XYZ 8.27 11.16 2.43 -
YUV 86.2 91.21 125 -
System Red Green Blue C M Y K H S L
Decimal 82 101 21 0.19 0 0.79 0.60 74.25 0.66 0.24
Hex 52 65 15 13 0 4F 3C 4A 42 18
Octal 122 145 25 23 0 117 74 112 102 30
Binary 1010010 1100101 10101 10011 0 1001111 111100 1001010 1000010 11000

Color Harmonies of #526515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526515

Black with #526515

Text Example


Text Example

White with #526515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526515; }

 p { color: rgb(82,101,21); }

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

background-color css

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

 a { background-color: rgb(82,101,21); }

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

border-color css

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

 span { border-color: rgb(82,101,21); }

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