Html Css Color HEX #524C07 Verdun Green

📋 copy color: '#524C07'

red 82 ◦ green 76 ◦ blue 7

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

Shades of Verdun Green #524C07

Tints of Verdun Green #524C07

RGB

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

 GREEN value IS 76 (30.08% from 255) = 46.06%

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

R = 49.7%
G = 46.06%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.68

RGB Variations

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

Color information

#524C07 (or 0x524C07) is known color: Verdun Green. HEX triplet: 52, 4C and 07. RGB value is (82,76,7). Sum of RGB (Red+Green+Blue) = 82+76+7=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 76 (30.08% from 255 or 46.06% from 165); Blue value is 7 (3.12% from 255 or 4.24% from 165); Max value from RGB is 82 - color contains mainly: red. Hex color #524C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524C07 is #ADB3F8. Grayscale: #464646. Windows color (decimal): -11383801 or 478290. OLE color: 478290.

HSL color Cylindrical-coordinate representation of color #524C07: hue angle of 55.2º 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 #524C07 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 76 7 -
CMYK 0 0.07 0.91 0.68
HSL 55.2º 0.84% 0.17% -
HSV(B) 55.2º 0.91% 0.32% -
XYZ 6.1 6.98 1.23 -
YUV 69.93 92.49 136.61 -
System Red Green Blue C M Y K H S L
Decimal 82 76 7 0 0.07 0.91 0.68 55.2 0.84 0.17
Hex 52 4C 7 0 7 5B 44 37 54 11
Octal 122 114 7 0 7 133 104 67 124 21
Binary 1010010 1001100 111 0 111 1011011 1000100 110111 1010100 10001

Color Harmonies of #524C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524C07

Black with #524C07

Text Example


Text Example

White with #524C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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