Html Css Color HEX #524E0D Verdun Green

📋 copy color: '#524E0D'

red 82 ◦ green 78 ◦ blue 13

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

Shades of Verdun Green #524E0D

Tints of Verdun Green #524E0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.51%

R = 47.4%
G = 45.09%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#524E0D (or 0x524E0D) is known color: Verdun Green. HEX triplet: 52, 4E and 0D. RGB value is (82,78,13). Sum of RGB (Red+Green+Blue) = 82+78+13=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 78 (30.86% from 255 or 45.09% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 82 - color contains mainly: red. Hex color #524E0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #524E0D is #ADB1F2. Grayscale: #484848. Windows color (decimal): -11383283 or 872018. OLE color: 872018.

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

Color convert

RGB 82 78 13 -
CMYK 0 0.05 0.84 0.68
HSL 56.52º 0.73% 0.19% -
HSV(B) 56.52º 0.84% 0.32% -
XYZ 6.28 7.27 1.45 -
YUV 71.79 94.83 135.29 -
System Red Green Blue C M Y K H S L
Decimal 82 78 13 0 0.05 0.84 0.68 56.52 0.73 0.19
Hex 52 4E D 0 5 54 44 39 49 13
Octal 122 116 15 0 5 124 104 71 111 23
Binary 1010010 1001110 1101 0 101 1010100 1000100 111001 1001001 10011

Color Harmonies of #524E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524E0D

Black with #524E0D

Text Example


Text Example

White with #524E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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