Html Css Color HEX #526619 Verdun Green

📋 copy color: '#526619'

red 82 ◦ green 102 ◦ blue 25

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

Shades of Verdun Green #526619

Tints of Verdun Green #526619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.96%

R = 39.23%
G = 48.8%
B = 11.96%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.75

 K value IS 0.6

RGB Variations

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

Color information

#526619 (or 0x526619) is known color: Verdun Green. HEX triplet: 52, 66 and 19. RGB value is (82,102,25). Sum of RGB (Red+Green+Blue) = 82+102+25=209 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.23% from 209); Green value is 102 (40.23% from 255 or 48.80% from 209); Blue value is 25 (10.16% from 255 or 11.96% from 209); Max value from RGB is 102 - color contains mainly: green. Hex color #526619 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526619 is #AD99E6. Grayscale: #575757. Windows color (decimal): -11377127 or 1664594. OLE color: 1664594.

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

Color convert

RGB 82 102 25 -
CMYK 0.20 0 0.75 0.6
HSL 75.58º 0.61% 0.25% -
HSV(B) 75.58º 0.75% 0.4% -
XYZ 8.41 11.37 2.67 -
YUV 87.24 92.87 124.26 -
System Red Green Blue C M Y K H S L
Decimal 82 102 25 0.20 0 0.75 0.6 75.58 0.61 0.25
Hex 52 66 19 14 0 4B 3C 4C 3D 19
Octal 122 146 31 24 0 113 74 114 75 31
Binary 1010010 1100110 11001 10100 0 1001011 111100 1001100 111101 11001

Color Harmonies of #526619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526619

Black with #526619

Text Example


Text Example

White with #526619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526619; }

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

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

background-color css

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

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

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

border-color css

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

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

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