Html Css Color HEX #525908 Verdun Green

📋 copy color: '#525908'

red 82 ◦ green 89 ◦ blue 8

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

Shades of Verdun Green #525908

Tints of Verdun Green #525908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.47%

R = 45.81%
G = 49.72%
B = 4.47%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#525908 (or 0x525908) is known color: Verdun Green. HEX triplet: 52, 59 and 08. RGB value is (82,89,8). Sum of RGB (Red+Green+Blue) = 82+89+8=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 89 (35.16% from 255 or 49.72% from 179); Blue value is 8 (3.52% from 255 or 4.47% from 179); Max value from RGB is 89 - color contains mainly: green. Hex color #525908 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #525908 is #ADA6F7. Grayscale: #4D4D4D. Windows color (decimal): -11380472 or 547154. OLE color: 547154.

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

Color convert

RGB 82 89 8 -
CMYK 0.08 0 0.91 0.65
HSL 65.19º 0.84% 0.19% -
HSV(B) 65.19º 0.91% 0.35% -
XYZ 7.1 8.96 1.58 -
YUV 77.67 88.68 131.09 -
System Red Green Blue C M Y K H S L
Decimal 82 89 8 0.08 0 0.91 0.65 65.19 0.84 0.19
Hex 52 59 8 8 0 5B 41 41 54 13
Octal 122 131 10 10 0 133 101 101 124 23
Binary 1010010 1011001 1000 1000 0 1011011 1000001 1000001 1010100 10011

Color Harmonies of #525908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525908

Black with #525908

Text Example


Text Example

White with #525908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525908; }

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

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

background-color css

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

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

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

border-color css

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

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

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