Html Css Color HEX #526610 Verdun Green

📋 copy color: '#526610'

red 82 ◦ green 102 ◦ blue 16

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

Shades of Verdun Green #526610

Tints of Verdun Green #526610

RGB

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

 GREEN value IS 102 (40.23% from 255) = 51%

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

R = 41%
G = 51%
B = 8%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.84

 K value IS 0.6

RGB Variations

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

Color information

#526610 (or 0x526610) is known color: Verdun Green. HEX triplet: 52, 66 and 10. RGB value is (82,102,16). Sum of RGB (Red+Green+Blue) = 82+102+16=200 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41% from 200); Green value is 102 (40.23% from 255 or 51% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 102 - color contains mainly: green. Hex color #526610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526610 is #AD99EF. Grayscale: #565656. Windows color (decimal): -11377136 or 1074770. OLE color: 1074770.

HSL color Cylindrical-coordinate representation of color #526610: hue angle of 73.95º 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 #526610 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.6.

Color convert

RGB 82 102 16 -
CMYK 0.20 0 0.84 0.6
HSL 73.95º 0.73% 0.23% -
HSV(B) 73.95º 0.84% 0.4% -
XYZ 8.32 11.33 2.24 -
YUV 86.22 88.37 124.99 -
System Red Green Blue C M Y K H S L
Decimal 82 102 16 0.20 0 0.84 0.6 73.95 0.73 0.23
Hex 52 66 10 14 0 54 3C 4A 49 17
Octal 122 146 20 24 0 124 74 112 111 27
Binary 1010010 1100110 10000 10100 0 1010100 111100 1001010 1001001 10111

Color Harmonies of #526610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526610

Black with #526610

Text Example


Text Example

White with #526610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526610; }

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

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

background-color css

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

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

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

border-color css

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

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

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