Html Css Color HEX #524F08 Verdun Green

📋 copy color: '#524F08'

red 82 ◦ green 79 ◦ blue 8

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

Shades of Verdun Green #524F08

Tints of Verdun Green #524F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.73%

R = 48.52%
G = 46.75%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#524F08 (or 0x524F08) is known color: Verdun Green. HEX triplet: 52, 4F and 08. RGB value is (82,79,8). Sum of RGB (Red+Green+Blue) = 82+79+8=169 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.52% from 169); Green value is 79 (31.25% from 255 or 46.75% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 82 - color contains mainly: red. Hex color #524F08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #524F08 is #ADB0F7. Grayscale: #484848. Windows color (decimal): -11383032 or 544594. OLE color: 544594.

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

Color convert

RGB 82 79 8 -
CMYK 0 0.04 0.90 0.68
HSL 57.57º 0.82% 0.18% -
HSV(B) 57.57º 0.9% 0.32% -
XYZ 6.32 7.4 1.33 -
YUV 71.8 91.99 135.27 -
System Red Green Blue C M Y K H S L
Decimal 82 79 8 0 0.04 0.90 0.68 57.57 0.82 0.18
Hex 52 4F 8 0 4 5A 44 3A 52 12
Octal 122 117 10 0 4 132 104 72 122 22
Binary 1010010 1001111 1000 0 100 1011010 1000100 111010 1010010 10010

Color Harmonies of #524F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524F08

Black with #524F08

Text Example


Text Example

White with #524F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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