Html Css Color HEX #524E07 Verdun Green

📋 copy color: '#524E07'

red 82 ◦ green 78 ◦ blue 7

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

Shades of Verdun Green #524E07

Tints of Verdun Green #524E07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.19%

R = 49.1%
G = 46.71%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.68

RGB Variations

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

Color information

#524E07 (or 0x524E07) is known color: Verdun Green. HEX triplet: 52, 4E and 07. RGB value is (82,78,7). Sum of RGB (Red+Green+Blue) = 82+78+7=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 78 (30.86% from 255 or 46.71% from 167); Blue value is 7 (3.12% from 255 or 4.19% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #524E07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #524E07 is #ADB1F8. Grayscale: #474747. Windows color (decimal): -11383289 or 478802. OLE color: 478802.

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

Color convert

RGB 82 78 7 -
CMYK 0 0.05 0.91 0.68
HSL 56.8º 0.84% 0.17% -
HSV(B) 56.8º 0.91% 0.32% -
XYZ 6.24 7.26 1.27 -
YUV 71.1 91.83 135.77 -
System Red Green Blue C M Y K H S L
Decimal 82 78 7 0 0.05 0.91 0.68 56.8 0.84 0.17
Hex 52 4E 7 0 5 5B 44 39 54 11
Octal 122 116 7 0 5 133 104 71 124 21
Binary 1010010 1001110 111 0 101 1011011 1000100 111001 1010100 10001

Color Harmonies of #524E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524E07

Black with #524E07

Text Example


Text Example

White with #524E07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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