Html Css Color HEX #534C03 Verdun Green

📋 copy color: '#534C03'

red 83 ◦ green 76 ◦ blue 3

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

Shades of Verdun Green #534C03

Tints of Verdun Green #534C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.85%

R = 51.23%
G = 46.91%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#534C03 (or 0x534C03) is known color: Verdun Green. HEX triplet: 53, 4C and 03. RGB value is (83,76,3). Sum of RGB (Red+Green+Blue) = 83+76+3=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 76 (30.08% from 255 or 46.91% from 162); Blue value is 3 (1.56% from 255 or 1.85% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #534C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #534C03 is #ACB3FC. Grayscale: #464646. Windows color (decimal): -11318269 or 216147. OLE color: 216147.

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

Color convert

RGB 83 76 3 -
CMYK 0 0.08 0.96 0.67
HSL 54.75º 0.93% 0.17% -
HSV(B) 54.75º 0.96% 0.33% -
XYZ 6.17 7.01 1.11 -
YUV 69.77 90.32 137.44 -
System Red Green Blue C M Y K H S L
Decimal 83 76 3 0 0.08 0.96 0.67 54.75 0.93 0.17
Hex 53 4C 3 0 8 60 43 37 5D 11
Octal 123 114 3 0 10 140 103 67 135 21
Binary 1010011 1001100 11 0 1000 1100000 1000011 110111 1011101 10001

Color Harmonies of #534C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534C03

Black with #534C03

Text Example


Text Example

White with #534C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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