Html Css Color HEX #526804 Verdun Green

📋 copy color: '#526804'

red 82 ◦ green 104 ◦ blue 4

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

Shades of Verdun Green #526804

Tints of Verdun Green #526804

RGB

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

 GREEN value IS 104 (41.02% from 255) = 54.74%

 BLUE value IS 4 (1.95% from 255) = 2.11%

R = 43.16%
G = 54.74%
B = 2.11%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#526804 (or 0x526804) is known color: Verdun Green. HEX triplet: 52, 68 and 04. RGB value is (82,104,4). Sum of RGB (Red+Green+Blue) = 82+104+4=190 (25% of max value = 765). Red value is 82 (32.42% from 255 or 43.16% from 190); Green value is 104 (41.02% from 255 or 54.74% from 190); Blue value is 4 (1.95% from 255 or 2.11% from 190); Max value from RGB is 104 - color contains mainly: green. Hex color #526804 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526804 is #AD97FB. Grayscale: #565656. Windows color (decimal): -11376636 or 288850. OLE color: 288850.

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

Color convert

RGB 82 104 4 -
CMYK 0.21 0 0.96 0.59
HSL 73.2º 0.93% 0.21% -
HSV(B) 73.2º 0.96% 0.41% -
XYZ 8.45 11.7 1.93 -
YUV 86.02 81.71 125.13 -
System Red Green Blue C M Y K H S L
Decimal 82 104 4 0.21 0 0.96 0.59 73.2 0.93 0.21
Hex 52 68 4 15 0 60 3B 49 5D 15
Octal 122 150 4 25 0 140 73 111 135 25
Binary 1010010 1101000 100 10101 0 1100000 111011 1001001 1011101 10101

Color Harmonies of #526804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526804

Black with #526804

Text Example


Text Example

White with #526804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526804; }

 p { color: rgb(82,104,4); }

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

background-color css

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

 a { background-color: rgb(82,104,4); }

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

border-color css

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

 span { border-color: rgb(82,104,4); }

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