Html Css Color HEX #526A00 Verdun Green

📋 copy color: '#526A00'

red 82 ◦ green 106 ◦ blue 0

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

Shades of Verdun Green #526A00

Tints of Verdun Green #526A00

RGB

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

 GREEN value IS 106 (41.8% from 255) = 56.38%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.62%
G = 56.38%
B = 0%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1

 K value IS 0.58

RGB Variations

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

Color information

#526A00 (or 0x526A00) is known color: Verdun Green. HEX triplet: 52, 6A and 00. RGB value is (82,106,0). Sum of RGB (Red+Green+Blue) = 82+106+0=188 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.62% from 188); Green value is 106 (41.80% from 255 or 56.38% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 106 - color contains mainly: green. Hex color #526A00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #526A00 is #AD95FF. Grayscale: #575757. Windows color (decimal): -11376128 or 27218. OLE color: 27218.

HSL color Cylindrical-coordinate representation of color #526A00: hue angle of 73.58º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #526A00 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 106 0 -
CMYK 0.23 0 1 0.58
HSL 73.58º 1% 0.21% -
HSV(B) 73.58º 1% 0.42% -
XYZ 8.63 12.1 1.88 -
YUV 86.74 79.05 124.62 -
System Red Green Blue C M Y K H S L
Decimal 82 106 0 0.23 0 1 0.58 73.58 1 0.21
Hex 52 6A 0 17 0 64 3A 4A 64 15
Octal 122 152 0 27 0 144 72 112 144 25
Binary 1010010 1101010 0 10111 0 1100100 111010 1001010 1100100 10101

Color Harmonies of #526A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526A00

Black with #526A00

Text Example


Text Example

White with #526A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526A00; }

 p { color: rgb(82,106,0); }

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

background-color css

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

 a { background-color: rgb(82,106,0); }

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

border-color css

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

 span { border-color: rgb(82,106,0); }

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