Html Css Color HEX #524F00 Verdun Green

📋 copy color: '#524F00'

red 82 ◦ green 79 ◦ blue 0

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

Shades of Verdun Green #524F00

Tints of Verdun Green #524F00

RGB

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

 GREEN value IS 79 (31.25% from 255) = 49.07%

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

R = 50.93%
G = 49.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#524F00 (or 0x524F00) is known color: Verdun Green. HEX triplet: 52, 4F and 00. RGB value is (82,79,0). Sum of RGB (Red+Green+Blue) = 82+79+0=161 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.93% from 161); Green value is 79 (31.25% from 255 or 49.07% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 82 - color contains mainly: red. Hex color #524F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #524F00 is #ADB0FF. Grayscale: #474747. Windows color (decimal): -11383040 or 20306. OLE color: 20306.

HSL color Cylindrical-coordinate representation of color #524F00: hue angle of 57.8º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #524F00 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 79 0 -
CMYK 0 0.04 1 0.68
HSL 57.8º 1% 0.16% -
HSV(B) 57.8º 1% 0.32% -
XYZ 6.28 7.39 1.09 -
YUV 70.89 87.99 135.92 -
System Red Green Blue C M Y K H S L
Decimal 82 79 0 0 0.04 1 0.68 57.8 1 0.16
Hex 52 4F 0 0 4 64 44 3A 64 10
Octal 122 117 0 0 4 144 104 72 144 20
Binary 1010010 1001111 0 0 100 1100100 1000100 111010 1100100 10000

Color Harmonies of #524F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524F00

Black with #524F00

Text Example


Text Example

White with #524F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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