Html Css Color HEX #526608 Verdun Green

📋 copy color: '#526608'

red 82 ◦ green 102 ◦ blue 8

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

Shades of Verdun Green #526608

Tints of Verdun Green #526608

RGB

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

 GREEN value IS 102 (40.23% from 255) = 53.13%

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

R = 42.71%
G = 53.13%
B = 4.17%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.92

 K value IS 0.6

RGB Variations

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

Color information

#526608 (or 0x526608) is known color: Verdun Green. HEX triplet: 52, 66 and 08. RGB value is (82,102,8). Sum of RGB (Red+Green+Blue) = 82+102+8=192 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.71% from 192); Green value is 102 (40.23% from 255 or 53.12% from 192); Blue value is 8 (3.52% from 255 or 4.17% from 192); Max value from RGB is 102 - color contains mainly: green. Hex color #526608 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526608 is #AD99F7. Grayscale: #555555. Windows color (decimal): -11377144 or 550482. OLE color: 550482.

HSL color Cylindrical-coordinate representation of color #526608: hue angle of 72.77º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #526608 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.6.

Color convert

RGB 82 102 8 -
CMYK 0.20 0 0.92 0.6
HSL 72.77º 0.85% 0.22% -
HSV(B) 72.77º 0.92% 0.4% -
XYZ 8.27 11.31 1.98 -
YUV 85.3 84.37 125.64 -
System Red Green Blue C M Y K H S L
Decimal 82 102 8 0.20 0 0.92 0.6 72.77 0.85 0.22
Hex 52 66 8 14 0 5C 3C 49 55 16
Octal 122 146 10 24 0 134 74 111 125 26
Binary 1010010 1100110 1000 10100 0 1011100 111100 1001001 1010101 10110

Color Harmonies of #526608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526608

Black with #526608

Text Example


Text Example

White with #526608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526608; }

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

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

background-color css

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

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

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

border-color css

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

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

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