Html Css Color HEX #534D05 Verdun Green

📋 copy color: '#534D05'

red 83 ◦ green 77 ◦ blue 5

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

Shades of Verdun Green #534D05

Tints of Verdun Green #534D05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.03%

R = 50.3%
G = 46.67%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#534D05 (or 0x534D05) is known color: Verdun Green. HEX triplet: 53, 4D and 05. RGB value is (83,77,5). Sum of RGB (Red+Green+Blue) = 83+77+5=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 77 (30.47% from 255 or 46.67% from 165); Blue value is 5 (2.34% from 255 or 3.03% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #534D05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534D05 is #ACB2FA. Grayscale: #464646. Windows color (decimal): -11318011 or 347475. OLE color: 347475.

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

Color convert

RGB 83 77 5 -
CMYK 0 0.07 0.94 0.67
HSL 55.38º 0.89% 0.17% -
HSV(B) 55.38º 0.94% 0.33% -
XYZ 6.25 7.16 1.2 -
YUV 70.59 90.99 136.85 -
System Red Green Blue C M Y K H S L
Decimal 83 77 5 0 0.07 0.94 0.67 55.38 0.89 0.17
Hex 53 4D 5 0 7 5E 43 37 59 11
Octal 123 115 5 0 7 136 103 67 131 21
Binary 1010011 1001101 101 0 111 1011110 1000011 110111 1011001 10001

Color Harmonies of #534D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534D05

Black with #534D05

Text Example


Text Example

White with #534D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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