Html Css Color HEX #524E0E Verdun Green

📋 copy color: '#524E0E'

red 82 ◦ green 78 ◦ blue 14

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

Shades of Verdun Green #524E0E

Tints of Verdun Green #524E0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.05%

R = 47.13%
G = 44.83%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.68

RGB Variations

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

Color information

#524E0E (or 0x524E0E) is known color: Verdun Green. HEX triplet: 52, 4E and 0E. RGB value is (82,78,14). Sum of RGB (Red+Green+Blue) = 82+78+14=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 78 (30.86% from 255 or 44.83% from 174); Blue value is 14 (5.86% from 255 or 8.05% from 174); Max value from RGB is 82 - color contains mainly: red. Hex color #524E0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #524E0E is #ADB1F1. Grayscale: #484848. Windows color (decimal): -11383282 or 937554. OLE color: 937554.

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

Color convert

RGB 82 78 14 -
CMYK 0 0.05 0.83 0.68
HSL 56.47º 0.71% 0.19% -
HSV(B) 56.47º 0.83% 0.32% -
XYZ 6.28 7.27 1.49 -
YUV 71.9 95.33 135.2 -
System Red Green Blue C M Y K H S L
Decimal 82 78 14 0 0.05 0.83 0.68 56.47 0.71 0.19
Hex 52 4E E 0 5 53 44 38 47 13
Octal 122 116 16 0 5 123 104 70 107 23
Binary 1010010 1001110 1110 0 101 1010011 1000100 111000 1000111 10011

Color Harmonies of #524E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524E0E

Black with #524E0E

Text Example


Text Example

White with #524E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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