Html Css Color HEX #526402 Verdun Green

📋 copy color: '#526402'

red 82 ◦ green 100 ◦ blue 2

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

Shades of Verdun Green #526402

Tints of Verdun Green #526402

RGB

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

 GREEN value IS 100 (39.45% from 255) = 54.35%

 BLUE value IS 2 (1.17% from 255) = 1.09%

R = 44.57%
G = 54.35%
B = 1.09%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#526402 (or 0x526402) is known color: Verdun Green. HEX triplet: 52, 64 and 02. RGB value is (82,100,2). Sum of RGB (Red+Green+Blue) = 82+100+2=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 100 (39.45% from 255 or 54.35% from 184); Blue value is 2 (1.17% from 255 or 1.09% from 184); Max value from RGB is 100 - color contains mainly: green. Hex color #526402 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526402 is #AD9BFD. Grayscale: #535353. Windows color (decimal): -11377662 or 156754. OLE color: 156754.

HSL color Cylindrical-coordinate representation of color #526402: hue angle of 71.02º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #526402 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.61.

Color convert

RGB 82 100 2 -
CMYK 0.18 0 0.98 0.61
HSL 71.02º 0.96% 0.2% -
HSV(B) 71.02º 0.98% 0.39% -
XYZ 8.05 10.91 1.74 -
YUV 83.45 82.04 126.97 -
System Red Green Blue C M Y K H S L
Decimal 82 100 2 0.18 0 0.98 0.61 71.02 0.96 0.2
Hex 52 64 2 12 0 62 3D 47 60 14
Octal 122 144 2 22 0 142 75 107 140 24
Binary 1010010 1100100 10 10010 0 1100010 111101 1000111 1100000 10100

Color Harmonies of #526402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526402

Black with #526402

Text Example


Text Example

White with #526402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526402; }

 p { color: rgb(82,100,2); }

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

background-color css

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

 a { background-color: rgb(82,100,2); }

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

border-color css

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

 span { border-color: rgb(82,100,2); }

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