Html Css Color HEX #524A00 Verdun Green

📋 copy color: '#524A00'

red 82 ◦ green 74 ◦ blue 0

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

Shades of Verdun Green #524A00

Tints of Verdun Green #524A00

RGB

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

 GREEN value IS 74 (29.3% from 255) = 47.44%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.56%
G = 47.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#524A00 (or 0x524A00) is known color: Verdun Green. HEX triplet: 52, 4A and 00. RGB value is (82,74,0). Sum of RGB (Red+Green+Blue) = 82+74+0=156 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.56% from 156); Green value is 74 (29.30% from 255 or 47.44% from 156); Blue value is 0 (0.39% from 255 or 0% from 156); Max value from RGB is 82 - color contains mainly: red. Hex color #524A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #524A00 is #ADB5FF. Grayscale: #444444. Windows color (decimal): -11384320 or 19026. OLE color: 19026.

HSL color Cylindrical-coordinate representation of color #524A00: hue angle of 54.15º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #524A00 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 74 0 -
CMYK 0 0.10 1 0.68
HSL 54.15º 1% 0.16% -
HSV(B) 54.15º 1% 0.32% -
XYZ 5.93 6.69 0.98 -
YUV 67.96 89.65 138.02 -
System Red Green Blue C M Y K H S L
Decimal 82 74 0 0 0.10 1 0.68 54.15 1 0.16
Hex 52 4A 0 0 A 64 44 36 64 10
Octal 122 112 0 0 12 144 104 66 144 20
Binary 1010010 1001010 0 0 1010 1100100 1000100 110110 1100100 10000

Color Harmonies of #524A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524A00

Black with #524A00

Text Example


Text Example

White with #524A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,74,0); }

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

background-color css

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

 a { background-color: rgb(82,74,0); }

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

border-color css

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

 span { border-color: rgb(82,74,0); }

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