Html Css Color HEX #53550D Verdun Green

📋 copy color: '#53550D'

red 83 ◦ green 85 ◦ blue 13

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

Shades of Verdun Green #53550D

Tints of Verdun Green #53550D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 46.96%

 BLUE value IS 13 (5.47% from 255) = 7.18%

R = 45.86%
G = 46.96%
B = 7.18%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#53550D (or 0x53550D) is known color: Verdun Green. HEX triplet: 53, 55 and 0D. RGB value is (83,85,13). Sum of RGB (Red+Green+Blue) = 83+85+13=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 85 - color contains mainly: green. Hex color #53550D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53550D is #ACAAF2. Grayscale: #4C4C4C. Windows color (decimal): -11315955 or 873811. OLE color: 873811.

HSL color Cylindrical-coordinate representation of color #53550D: hue angle of 61.67º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #53550D is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 85 13 -
CMYK 0.02 0 0.85 0.67
HSL 61.67º 0.73% 0.19% -
HSV(B) 61.67º 0.85% 0.33% -
XYZ 6.89 8.37 1.63 -
YUV 76.19 92.34 132.85 -
System Red Green Blue C M Y K H S L
Decimal 83 85 13 0.02 0 0.85 0.67 61.67 0.73 0.19
Hex 53 55 D 2 0 55 43 3E 49 13
Octal 123 125 15 2 0 125 103 76 111 23
Binary 1010011 1010101 1101 10 0 1010101 1000011 111110 1001001 10011

Color Harmonies of #53550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53550D

Black with #53550D

Text Example


Text Example

White with #53550D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53550D; }

 p { color: rgb(83,85,13); }

 H1.HeaderClassName
 {
   color: #53550D;
 }
 .AnyTagClassName
 {
   color: #53550D;
 }
</style>

background-color css

<style>
 a { background-color: #53550D; }

 a { background-color: rgb(83,85,13); }

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

border-color css

<style>
 span { border-color: #53550D; }

 span { border-color: rgb(83,85,13); }

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