Html Css Color HEX #534C00 Verdun Green

📋 copy color: '#534C00'

red 83 ◦ green 76 ◦ blue 0

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

Shades of Verdun Green #534C00

Tints of Verdun Green #534C00

RGB

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

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

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

R = 52.2%
G = 47.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#534C00 (or 0x534C00) is known color: Verdun Green. HEX triplet: 53, 4C and 00. RGB value is (83,76,0). Sum of RGB (Red+Green+Blue) = 83+76+0=159 (21% of max value = 765). Red value is 83 (32.81% from 255 or 52.20% from 159); Green value is 76 (30.08% from 255 or 47.80% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 83 - color contains mainly: red. Hex color #534C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534C00 is #ACB3FF. Grayscale: #454545. Windows color (decimal): -11318272 or 19539. OLE color: 19539.

HSL color Cylindrical-coordinate representation of color #534C00: hue angle of 54.94º 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 #534C00 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 76 0 -
CMYK 0 0.08 1 0.67
HSL 54.94º 1% 0.16% -
HSV(B) 54.94º 1% 0.33% -
XYZ 6.15 7.01 1.03 -
YUV 69.43 88.82 137.68 -
System Red Green Blue C M Y K H S L
Decimal 83 76 0 0 0.08 1 0.67 54.94 1 0.16
Hex 53 4C 0 0 8 64 43 37 64 10
Octal 123 114 0 0 10 144 103 67 144 20
Binary 1010011 1001100 0 0 1000 1100100 1000011 110111 1100100 10000

Color Harmonies of #534C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534C00

Black with #534C00

Text Example


Text Example

White with #534C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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