Html Css Color HEX #53500B Verdun Green

📋 copy color: '#53500B'

red 83 ◦ green 80 ◦ blue 11

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

Shades of Verdun Green #53500B

Tints of Verdun Green #53500B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 45.98%

 BLUE value IS 11 (4.69% from 255) = 6.32%

R = 47.7%
G = 45.98%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#53500B (or 0x53500B) is known color: Verdun Green. HEX triplet: 53, 50 and 0B. RGB value is (83,80,11). Sum of RGB (Red+Green+Blue) = 83+80+11=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #53500B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53500B is #ACAFF4. Grayscale: #494949. Windows color (decimal): -11317237 or 741459. OLE color: 741459.

HSL color Cylindrical-coordinate representation of color #53500B: hue angle of 57.5º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #53500B is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 80 11 -
CMYK 0 0.04 0.87 0.67
HSL 57.5º 0.77% 0.18% -
HSV(B) 57.5º 0.87% 0.33% -
XYZ 6.5 7.6 1.44 -
YUV 73.03 92.99 135.11 -
System Red Green Blue C M Y K H S L
Decimal 83 80 11 0 0.04 0.87 0.67 57.5 0.77 0.18
Hex 53 50 B 0 4 57 43 3A 4D 12
Octal 123 120 13 0 4 127 103 72 115 22
Binary 1010011 1010000 1011 0 100 1010111 1000011 111010 1001101 10010

Color Harmonies of #53500B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53500B

Black with #53500B

Text Example


Text Example

White with #53500B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53500B; }

 p { color: rgb(83,80,11); }

 H1.HeaderClassName
 {
   color: #53500B;
 }
 .AnyTagClassName
 {
   color: #53500B;
 }
</style>

background-color css

<style>
 a { background-color: #53500B; }

 a { background-color: rgb(83,80,11); }

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

border-color css

<style>
 span { border-color: #53500B; }

 span { border-color: rgb(83,80,11); }

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