Html Css Color HEX #526717 Verdun Green

📋 copy color: '#526717'

red 82 ◦ green 103 ◦ blue 23

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

Shades of Verdun Green #526717

Tints of Verdun Green #526717

RGB

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

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

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

R = 39.42%
G = 49.52%
B = 11.06%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.78

 K value IS 0.60

RGB Variations

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

Color information

#526717 (or 0x526717) is known color: Verdun Green. HEX triplet: 52, 67 and 17. RGB value is (82,103,23). Sum of RGB (Red+Green+Blue) = 82+103+23=208 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.42% from 208); Green value is 103 (40.62% from 255 or 49.52% from 208); Blue value is 23 (9.38% from 255 or 11.06% from 208); Max value from RGB is 103 - color contains mainly: green. Hex color #526717 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526717 is #AD98E8. Grayscale: #575757. Windows color (decimal): -11376873 or 1533778. OLE color: 1533778.

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

Color convert

RGB 82 103 23 -
CMYK 0.20 0 0.78 0.60
HSL 75.75º 0.63% 0.25% -
HSV(B) 75.75º 0.78% 0.4% -
XYZ 8.48 11.56 2.59 -
YUV 87.6 91.54 124 -
System Red Green Blue C M Y K H S L
Decimal 82 103 23 0.20 0 0.78 0.60 75.75 0.63 0.25
Hex 52 67 17 14 0 4E 3C 4C 3F 19
Octal 122 147 27 24 0 116 74 114 77 31
Binary 1010010 1100111 10111 10100 0 1001110 111100 1001100 111111 11001

Color Harmonies of #526717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526717

Black with #526717

Text Example


Text Example

White with #526717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526717; }

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

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

background-color css

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

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

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

border-color css

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

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

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