Html Css Color HEX #526309 Verdun Green

📋 copy color: '#526309'

red 82 ◦ green 99 ◦ blue 9

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

Shades of Verdun Green #526309

Tints of Verdun Green #526309

RGB

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

 GREEN value IS 99 (39.06% from 255) = 52.11%

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

R = 43.16%
G = 52.11%
B = 4.74%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.91

 K value IS 0.61

RGB Variations

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

Color information

#526309 (or 0x526309) is known color: Verdun Green. HEX triplet: 52, 63 and 09. RGB value is (82,99,9). Sum of RGB (Red+Green+Blue) = 82+99+9=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 99 (39.06% from 255 or 52.11% from 190); Blue value is 9 (3.91% from 255 or 4.74% from 190); Max value from RGB is 99 - color contains mainly: green. Hex color #526309 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526309 is #AD9CF6. Grayscale: #535353. Windows color (decimal): -11377911 or 615250. OLE color: 615250.

HSL color Cylindrical-coordinate representation of color #526309: hue angle of 71.33º 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 #526309 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.61.

Color convert

RGB 82 99 9 -
CMYK 0.17 0 0.91 0.61
HSL 71.33º 0.83% 0.21% -
HSV(B) 71.33º 0.91% 0.39% -
XYZ 7.99 10.74 1.91 -
YUV 83.66 85.87 126.82 -
System Red Green Blue C M Y K H S L
Decimal 82 99 9 0.17 0 0.91 0.61 71.33 0.83 0.21
Hex 52 63 9 11 0 5B 3D 47 53 15
Octal 122 143 11 21 0 133 75 107 123 25
Binary 1010010 1100011 1001 10001 0 1011011 111101 1000111 1010011 10101

Color Harmonies of #526309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526309

Black with #526309

Text Example


Text Example

White with #526309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526309; }

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

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

background-color css

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

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

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

border-color css

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

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

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