Html Css Color HEX #534D04 Verdun Green

📋 copy color: '#534D04'

red 83 ◦ green 77 ◦ blue 4

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

Shades of Verdun Green #534D04

Tints of Verdun Green #534D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.44%

R = 50.61%
G = 46.95%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#534D04 (or 0x534D04) is known color: Verdun Green. HEX triplet: 53, 4D and 04. RGB value is (83,77,4). Sum of RGB (Red+Green+Blue) = 83+77+4=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 77 (30.47% from 255 or 46.95% from 164); Blue value is 4 (1.95% from 255 or 2.44% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #534D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #534D04 is #ACB2FB. Grayscale: #464646. Windows color (decimal): -11318012 or 281939. OLE color: 281939.

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

Color convert

RGB 83 77 4 -
CMYK 0 0.07 0.95 0.67
HSL 55.44º 0.91% 0.17% -
HSV(B) 55.44º 0.95% 0.33% -
XYZ 6.24 7.16 1.17 -
YUV 70.47 90.49 136.94 -
System Red Green Blue C M Y K H S L
Decimal 83 77 4 0 0.07 0.95 0.67 55.44 0.91 0.17
Hex 53 4D 4 0 7 5F 43 37 5B 11
Octal 123 115 4 0 7 137 103 67 133 21
Binary 1010011 1001101 100 0 111 1011111 1000011 110111 1011011 10001

Color Harmonies of #534D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534D04

Black with #534D04

Text Example


Text Example

White with #534D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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