Html Css Color HEX #526710 Verdun Green

📋 copy color: '#526710'

red 82 ◦ green 103 ◦ blue 16

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

Shades of Verdun Green #526710

Tints of Verdun Green #526710

RGB

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

 GREEN value IS 103 (40.63% from 255) = 51.24%

 BLUE value IS 16 (6.64% from 255) = 7.96%

R = 40.8%
G = 51.24%
B = 7.96%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.84

 K value IS 0.60

RGB Variations

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

Color information

#526710 (or 0x526710) is known color: Verdun Green. HEX triplet: 52, 67 and 10. RGB value is (82,103,16). Sum of RGB (Red+Green+Blue) = 82+103+16=201 (26% of max value = 765). Red value is 82 (32.42% from 255 or 40.80% from 201); Green value is 103 (40.62% from 255 or 51.24% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 103 - color contains mainly: green. Hex color #526710 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526710 is #AD98EF. Grayscale: #575757. Windows color (decimal): -11376880 or 1075026. OLE color: 1075026.

HSL color Cylindrical-coordinate representation of color #526710: hue angle of 74.48º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #526710 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 103 16 -
CMYK 0.20 0 0.84 0.60
HSL 74.48º 0.73% 0.23% -
HSV(B) 74.48º 0.84% 0.4% -
XYZ 8.42 11.53 2.27 -
YUV 86.8 88.04 124.57 -
System Red Green Blue C M Y K H S L
Decimal 82 103 16 0.20 0 0.84 0.60 74.48 0.73 0.23
Hex 52 67 10 14 0 54 3C 4A 49 17
Octal 122 147 20 24 0 124 74 112 111 27
Binary 1010010 1100111 10000 10100 0 1010100 111100 1001010 1001001 10111

Color Harmonies of #526710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526710

Black with #526710

Text Example


Text Example

White with #526710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526710; }

 p { color: rgb(82,103,16); }

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

background-color css

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

 a { background-color: rgb(82,103,16); }

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

border-color css

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

 span { border-color: rgb(82,103,16); }

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