Html Css Color HEX #524E06 Verdun Green

📋 copy color: '#524E06'

red 82 ◦ green 78 ◦ blue 6

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

Shades of Verdun Green #524E06

Tints of Verdun Green #524E06

RGB

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

 GREEN value IS 78 (30.86% from 255) = 46.99%

 BLUE value IS 6 (2.73% from 255) = 3.61%

R = 49.4%
G = 46.99%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#524E06 (or 0x524E06) is known color: Verdun Green. HEX triplet: 52, 4E and 06. RGB value is (82,78,6). Sum of RGB (Red+Green+Blue) = 82+78+6=166 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.40% from 166); Green value is 78 (30.86% from 255 or 46.99% from 166); Blue value is 6 (2.73% from 255 or 3.61% from 166); Max value from RGB is 82 - color contains mainly: red. Hex color #524E06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #524E06 is #ADB1F9. Grayscale: #474747. Windows color (decimal): -11383290 or 413266. OLE color: 413266.

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

Color convert

RGB 82 78 6 -
CMYK 0 0.05 0.93 0.68
HSL 56.84º 0.86% 0.17% -
HSV(B) 56.84º 0.93% 0.32% -
XYZ 6.24 7.26 1.24 -
YUV 70.99 91.33 135.85 -
System Red Green Blue C M Y K H S L
Decimal 82 78 6 0 0.05 0.93 0.68 56.84 0.86 0.17
Hex 52 4E 6 0 5 5D 44 39 56 11
Octal 122 116 6 0 5 135 104 71 126 21
Binary 1010010 1001110 110 0 101 1011101 1000100 111001 1010110 10001

Color Harmonies of #524E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524E06

Black with #524E06

Text Example


Text Example

White with #524E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,78,6); }

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

background-color css

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

 a { background-color: rgb(82,78,6); }

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

border-color css

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

 span { border-color: rgb(82,78,6); }

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