Html Css Color HEX #526109 Verdun Green

📋 copy color: '#526109'

red 82 ◦ green 97 ◦ blue 9

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

Shades of Verdun Green #526109

Tints of Verdun Green #526109

RGB

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

 GREEN value IS 97 (38.28% from 255) = 51.6%

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

R = 43.62%
G = 51.6%
B = 4.79%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.91

 K value IS 0.62

RGB Variations

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

Color information

#526109 (or 0x526109) is known color: Verdun Green. HEX triplet: 52, 61 and 09. RGB value is (82,97,9). Sum of RGB (Red+Green+Blue) = 82+97+9=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 97 (38.28% from 255 or 51.60% from 188); Blue value is 9 (3.91% from 255 or 4.79% from 188); Max value from RGB is 97 - color contains mainly: green. Hex color #526109 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526109 is #AD9EF6. Grayscale: #525252. Windows color (decimal): -11378423 or 614738. OLE color: 614738.

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

Color convert

RGB 82 97 9 -
CMYK 0.15 0 0.91 0.62
HSL 70.23º 0.83% 0.21% -
HSV(B) 70.23º 0.91% 0.38% -
XYZ 7.8 10.36 1.85 -
YUV 82.48 86.53 127.66 -
System Red Green Blue C M Y K H S L
Decimal 82 97 9 0.15 0 0.91 0.62 70.23 0.83 0.21
Hex 52 61 9 F 0 5B 3E 46 53 15
Octal 122 141 11 17 0 133 76 106 123 25
Binary 1010010 1100001 1001 1111 0 1011011 111110 1000110 1010011 10101

Color Harmonies of #526109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526109

Black with #526109

Text Example


Text Example

White with #526109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526109; }

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

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

background-color css

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

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

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

border-color css

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

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

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