Html Css Color HEX #534D00 Verdun Green

📋 copy color: '#534D00'

red 83 ◦ green 77 ◦ blue 0

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

Shades of Verdun Green #534D00

Tints of Verdun Green #534D00

RGB

 RED value IS 83 (32.81% from 255) = 51.88%

 GREEN value IS 77 (30.47% from 255) = 48.13%

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

R = 51.88%
G = 48.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#534D00 (or 0x534D00) is known color: Verdun Green. HEX triplet: 53, 4D and 00. RGB value is (83,77,0). Sum of RGB (Red+Green+Blue) = 83+77+0=160 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.88% from 160); Green value is 77 (30.47% from 255 or 48.12% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 83 - color contains mainly: red. Hex color #534D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534D00 is #ACB2FF. Grayscale: #464646. Windows color (decimal): -11318016 or 19795. OLE color: 19795.

HSL color Cylindrical-coordinate representation of color #534D00: hue angle of 55.66º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #534D00 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 77 0 -
CMYK 0 0.07 1 0.67
HSL 55.66º 1% 0.16% -
HSV(B) 55.66º 1% 0.33% -
XYZ 6.22 7.15 1.05 -
YUV 70.02 88.49 137.26 -
System Red Green Blue C M Y K H S L
Decimal 83 77 0 0 0.07 1 0.67 55.66 1 0.16
Hex 53 4D 0 0 7 64 43 38 64 10
Octal 123 115 0 0 7 144 103 70 144 20
Binary 1010011 1001101 0 0 111 1100100 1000011 111000 1100100 10000

Color Harmonies of #534D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534D00

Black with #534D00

Text Example


Text Example

White with #534D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534D00; }

 p { color: rgb(83,77,0); }

 H1.HeaderClassName
 {
   color: #534D00;
 }
 .AnyTagClassName
 {
   color: #534D00;
 }
</style>

background-color css

<style>
 a { background-color: #534D00; }

 a { background-color: rgb(83,77,0); }

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

border-color css

<style>
 span { border-color: #534D00; }

 span { border-color: rgb(83,77,0); }

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