Html Css Color HEX #526617 Verdun Green

📋 copy color: '#526617'

red 82 ◦ green 102 ◦ blue 23

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

Shades of Verdun Green #526617

Tints of Verdun Green #526617

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.11%

R = 39.61%
G = 49.28%
B = 11.11%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.77

 K value IS 0.6

RGB Variations

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

Color information

#526617 (or 0x526617) is known color: Verdun Green. HEX triplet: 52, 66 and 17. RGB value is (82,102,23). Sum of RGB (Red+Green+Blue) = 82+102+23=207 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.61% from 207); Green value is 102 (40.23% from 255 or 49.28% from 207); Blue value is 23 (9.38% from 255 or 11.11% from 207); Max value from RGB is 102 - color contains mainly: green. Hex color #526617 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526617 is #AD99E8. Grayscale: #575757. Windows color (decimal): -11377129 or 1533522. OLE color: 1533522.

HSL color Cylindrical-coordinate representation of color #526617: hue angle of 75.19º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #526617 is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.6.

Color convert

RGB 82 102 23 -
CMYK 0.20 0 0.77 0.6
HSL 75.19º 0.63% 0.25% -
HSV(B) 75.19º 0.77% 0.4% -
XYZ 8.39 11.36 2.56 -
YUV 87.01 91.87 124.42 -
System Red Green Blue C M Y K H S L
Decimal 82 102 23 0.20 0 0.77 0.6 75.19 0.63 0.25
Hex 52 66 17 14 0 4D 3C 4B 3F 19
Octal 122 146 27 24 0 115 74 113 77 31
Binary 1010010 1100110 10111 10100 0 1001101 111100 1001011 111111 11001

Color Harmonies of #526617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526617

Black with #526617

Text Example


Text Example

White with #526617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526617; }

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

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

background-color css

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

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

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

border-color css

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

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

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