Html Css Color HEX #526B08 Verdun Green

📋 copy color: '#526B08'

red 82 ◦ green 107 ◦ blue 8

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

Shades of Verdun Green #526B08

Tints of Verdun Green #526B08

RGB

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

 GREEN value IS 107 (42.19% from 255) = 54.31%

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

R = 41.62%
G = 54.31%
B = 4.06%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.93

 K value IS 0.58

RGB Variations

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

Color information

#526B08 (or 0x526B08) is known color: Verdun Green. HEX triplet: 52, 6B and 08. RGB value is (82,107,8). Sum of RGB (Red+Green+Blue) = 82+107+8=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 107 (42.19% from 255 or 54.31% from 197); Blue value is 8 (3.52% from 255 or 4.06% from 197); Max value from RGB is 107 - color contains mainly: green. Hex color #526B08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526B08 is #AD94F7. Grayscale: #585858. Windows color (decimal): -11375864 or 551762. OLE color: 551762.

HSL color Cylindrical-coordinate representation of color #526B08: hue angle of 75.15º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #526B08 is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 107 8 -
CMYK 0.23 0 0.93 0.58
HSL 75.15º 0.86% 0.23% -
HSV(B) 75.15º 0.93% 0.42% -
XYZ 8.78 12.33 2.15 -
YUV 88.24 82.72 123.55 -
System Red Green Blue C M Y K H S L
Decimal 82 107 8 0.23 0 0.93 0.58 75.15 0.86 0.23
Hex 52 6B 8 17 0 5D 3A 4B 56 17
Octal 122 153 10 27 0 135 72 113 126 27
Binary 1010010 1101011 1000 10111 0 1011101 111010 1001011 1010110 10111

Color Harmonies of #526B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526B08

Black with #526B08

Text Example


Text Example

White with #526B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526B08; }

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

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

background-color css

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

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

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

border-color css

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

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

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