Html Css Color HEX #524F04 Verdun Green

📋 copy color: '#524F04'

red 82 ◦ green 79 ◦ blue 4

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

Shades of Verdun Green #524F04

Tints of Verdun Green #524F04

RGB

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

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

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

R = 49.7%
G = 47.88%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#524F04 (or 0x524F04) is known color: Verdun Green. HEX triplet: 52, 4F and 04. RGB value is (82,79,4). Sum of RGB (Red+Green+Blue) = 82+79+4=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 79 (31.25% from 255 or 47.88% from 165); Blue value is 4 (1.95% from 255 or 2.42% from 165); Max value from RGB is 82 - color contains mainly: red. Hex color #524F04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #524F04 is #ADB0FB. Grayscale: #474747. Windows color (decimal): -11383036 or 282450. OLE color: 282450.

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

Color convert

RGB 82 79 4 -
CMYK 0 0.04 0.95 0.68
HSL 57.69º 0.91% 0.17% -
HSV(B) 57.69º 0.95% 0.32% -
XYZ 6.3 7.39 1.21 -
YUV 71.35 89.99 135.6 -
System Red Green Blue C M Y K H S L
Decimal 82 79 4 0 0.04 0.95 0.68 57.69 0.91 0.17
Hex 52 4F 4 0 4 5F 44 3A 5B 11
Octal 122 117 4 0 4 137 104 72 133 21
Binary 1010010 1001111 100 0 100 1011111 1000100 111010 1011011 10001

Color Harmonies of #524F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524F04

Black with #524F04

Text Example


Text Example

White with #524F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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