Html Css Color HEX #534D01 Verdun Green

📋 copy color: '#534D01'

red 83 ◦ green 77 ◦ blue 1

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

Shades of Verdun Green #534D01

Tints of Verdun Green #534D01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.62%

R = 51.55%
G = 47.83%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#534D01 (or 0x534D01) is known color: Verdun Green. HEX triplet: 53, 4D and 01. RGB value is (83,77,1). Sum of RGB (Red+Green+Blue) = 83+77+1=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 77 (30.47% from 255 or 47.83% from 161); Blue value is 1 (0.78% from 255 or 0.62% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #534D01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534D01 is #ACB2FE. Grayscale: #464646. Windows color (decimal): -11318015 or 85331. OLE color: 85331.

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

Color convert

RGB 83 77 1 -
CMYK 0 0.07 0.99 0.67
HSL 55.61º 0.98% 0.16% -
HSV(B) 55.61º 0.99% 0.33% -
XYZ 6.23 7.15 1.08 -
YUV 70.13 88.99 137.18 -
System Red Green Blue C M Y K H S L
Decimal 83 77 1 0 0.07 0.99 0.67 55.61 0.98 0.16
Hex 53 4D 1 0 7 63 43 38 62 10
Octal 123 115 1 0 7 143 103 70 142 20
Binary 1010011 1001101 1 0 111 1100011 1000011 111000 1100010 10000

Color Harmonies of #534D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534D01

Black with #534D01

Text Example


Text Example

White with #534D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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