Html Css Color HEX #526204 Verdun Green

📋 copy color: '#526204'

red 82 ◦ green 98 ◦ blue 4

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

Shades of Verdun Green #526204

Tints of Verdun Green #526204

RGB

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

 GREEN value IS 98 (38.67% from 255) = 53.26%

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

R = 44.57%
G = 53.26%
B = 2.17%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#526204 (or 0x526204) is known color: Verdun Green. HEX triplet: 52, 62 and 04. RGB value is (82,98,4). Sum of RGB (Red+Green+Blue) = 82+98+4=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 98 (38.67% from 255 or 53.26% from 184); Blue value is 4 (1.95% from 255 or 2.17% from 184); Max value from RGB is 98 - color contains mainly: green. Hex color #526204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526204 is #AD9DFB. Grayscale: #525252. Windows color (decimal): -11378172 or 287314. OLE color: 287314.

HSL color Cylindrical-coordinate representation of color #526204: hue angle of 70.21º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #526204 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 98 4 -
CMYK 0.16 0 0.96 0.62
HSL 70.21º 0.92% 0.2% -
HSV(B) 70.21º 0.96% 0.38% -
XYZ 7.87 10.54 1.73 -
YUV 82.5 83.7 127.64 -
System Red Green Blue C M Y K H S L
Decimal 82 98 4 0.16 0 0.96 0.62 70.21 0.92 0.2
Hex 52 62 4 10 0 60 3E 46 5C 14
Octal 122 142 4 20 0 140 76 106 134 24
Binary 1010010 1100010 100 10000 0 1100000 111110 1000110 1011100 10100

Color Harmonies of #526204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526204

Black with #526204

Text Example


Text Example

White with #526204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526204; }

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

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

background-color css

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

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

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

border-color css

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

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

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