Html Css Color HEX #526409 Verdun Green

📋 copy color: '#526409'

red 82 ◦ green 100 ◦ blue 9

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

Shades of Verdun Green #526409

Tints of Verdun Green #526409

RGB

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

 GREEN value IS 100 (39.45% from 255) = 52.36%

 BLUE value IS 9 (3.91% from 255) = 4.71%

R = 42.93%
G = 52.36%
B = 4.71%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.61

RGB Variations

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

Color information

#526409 (or 0x526409) is known color: Verdun Green. HEX triplet: 52, 64 and 09. RGB value is (82,100,9). Sum of RGB (Red+Green+Blue) = 82+100+9=191 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.93% from 191); Green value is 100 (39.45% from 255 or 52.36% from 191); Blue value is 9 (3.91% from 255 or 4.71% from 191); Max value from RGB is 100 - color contains mainly: green. Hex color #526409 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526409 is #AD9BF6. Grayscale: #545454. Windows color (decimal): -11377655 or 615506. OLE color: 615506.

HSL color Cylindrical-coordinate representation of color #526409: hue angle of 71.87º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #526409 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.61.

Color convert

RGB 82 100 9 -
CMYK 0.18 0 0.91 0.61
HSL 71.87º 0.83% 0.21% -
HSV(B) 71.87º 0.91% 0.39% -
XYZ 8.09 10.93 1.94 -
YUV 84.24 85.54 126.4 -
System Red Green Blue C M Y K H S L
Decimal 82 100 9 0.18 0 0.91 0.61 71.87 0.83 0.21
Hex 52 64 9 12 0 5B 3D 48 53 15
Octal 122 144 11 22 0 133 75 110 123 25
Binary 1010010 1100100 1001 10010 0 1011011 111101 1001000 1010011 10101

Color Harmonies of #526409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526409

Black with #526409

Text Example


Text Example

White with #526409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526409; }

 p { color: rgb(82,100,9); }

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

background-color css

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

 a { background-color: rgb(82,100,9); }

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

border-color css

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

 span { border-color: rgb(82,100,9); }

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