Html Css Color HEX #525906 Verdun Green

📋 copy color: '#525906'

red 82 ◦ green 89 ◦ blue 6

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

Shades of Verdun Green #525906

Tints of Verdun Green #525906

RGB

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

 GREEN value IS 89 (35.16% from 255) = 50.28%

 BLUE value IS 6 (2.73% from 255) = 3.39%

R = 46.33%
G = 50.28%
B = 3.39%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.93

 K value IS 0.65

RGB Variations

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

Color information

#525906 (or 0x525906) is known color: Verdun Green. HEX triplet: 52, 59 and 06. RGB value is (82,89,6). Sum of RGB (Red+Green+Blue) = 82+89+6=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 89 (35.16% from 255 or 50.28% from 177); Blue value is 6 (2.73% from 255 or 3.39% from 177); Max value from RGB is 89 - color contains mainly: green. Hex color #525906 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525906 is #ADA6F9. Grayscale: #4D4D4D. Windows color (decimal): -11380474 or 416082. OLE color: 416082.

HSL color Cylindrical-coordinate representation of color #525906: hue angle of 65.06º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #525906 is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 89 6 -
CMYK 0.08 0 0.93 0.65
HSL 65.06º 0.87% 0.19% -
HSV(B) 65.06º 0.93% 0.35% -
XYZ 7.08 8.95 1.53 -
YUV 77.45 87.68 131.25 -
System Red Green Blue C M Y K H S L
Decimal 82 89 6 0.08 0 0.93 0.65 65.06 0.87 0.19
Hex 52 59 6 8 0 5D 41 41 57 13
Octal 122 131 6 10 0 135 101 101 127 23
Binary 1010010 1011001 110 1000 0 1011101 1000001 1000001 1010111 10011

Color Harmonies of #525906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525906

Black with #525906

Text Example


Text Example

White with #525906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525906; }

 p { color: rgb(82,89,6); }

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

background-color css

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

 a { background-color: rgb(82,89,6); }

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

border-color css

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

 span { border-color: rgb(82,89,6); }

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