Html Css Color HEX #526908 Verdun Green

📋 copy color: '#526908'

red 82 ◦ green 105 ◦ blue 8

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

Shades of Verdun Green #526908

Tints of Verdun Green #526908

RGB

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

 GREEN value IS 105 (41.41% from 255) = 53.85%

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

R = 42.05%
G = 53.85%
B = 4.1%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#526908 (or 0x526908) is known color: Verdun Green. HEX triplet: 52, 69 and 08. RGB value is (82,105,8). Sum of RGB (Red+Green+Blue) = 82+105+8=195 (25% of max value = 765). Red value is 82 (32.42% from 255 or 42.05% from 195); Green value is 105 (41.41% from 255 or 53.85% from 195); Blue value is 8 (3.52% from 255 or 4.10% from 195); Max value from RGB is 105 - color contains mainly: green. Hex color #526908 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526908 is #AD96F7. Grayscale: #575757. Windows color (decimal): -11376376 or 551250. OLE color: 551250.

HSL color Cylindrical-coordinate representation of color #526908: hue angle of 74.23º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #526908 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 105 8 -
CMYK 0.22 0 0.92 0.59
HSL 74.23º 0.86% 0.22% -
HSV(B) 74.23º 0.92% 0.41% -
XYZ 8.58 11.91 2.08 -
YUV 87.07 83.38 124.39 -
System Red Green Blue C M Y K H S L
Decimal 82 105 8 0.22 0 0.92 0.59 74.23 0.86 0.22
Hex 52 69 8 16 0 5C 3B 4A 56 16
Octal 122 151 10 26 0 134 73 112 126 26
Binary 1010010 1101001 1000 10110 0 1011100 111011 1001010 1010110 10110

Color Harmonies of #526908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526908

Black with #526908

Text Example


Text Example

White with #526908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526908; }

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

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

background-color css

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

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

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

border-color css

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

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

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