Html Css Color HEX #524E03 Verdun Green

📋 copy color: '#524E03'

red 82 ◦ green 78 ◦ blue 3

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

Shades of Verdun Green #524E03

Tints of Verdun Green #524E03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.84%

R = 50.31%
G = 47.85%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.68

RGB Variations

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

Color information

#524E03 (or 0x524E03) is known color: Verdun Green. HEX triplet: 52, 4E and 03. RGB value is (82,78,3). Sum of RGB (Red+Green+Blue) = 82+78+3=163 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.31% from 163); Green value is 78 (30.86% from 255 or 47.85% from 163); Blue value is 3 (1.56% from 255 or 1.84% from 163); Max value from RGB is 82 - color contains mainly: red. Hex color #524E03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #524E03 is #ADB1FC. Grayscale: #464646. Windows color (decimal): -11383293 or 216658. OLE color: 216658.

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

Color convert

RGB 82 78 3 -
CMYK 0 0.05 0.96 0.68
HSL 56.96º 0.93% 0.17% -
HSV(B) 56.96º 0.96% 0.32% -
XYZ 6.22 7.25 1.16 -
YUV 70.65 89.83 136.1 -
System Red Green Blue C M Y K H S L
Decimal 82 78 3 0 0.05 0.96 0.68 56.96 0.93 0.17
Hex 52 4E 3 0 5 60 44 39 5D 11
Octal 122 116 3 0 5 140 104 71 135 21
Binary 1010010 1001110 11 0 101 1100000 1000100 111001 1011101 10001

Color Harmonies of #524E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524E03

Black with #524E03

Text Example


Text Example

White with #524E03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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