Html Css Color HEX #53550A Verdun Green

📋 copy color: '#53550A'

red 83 ◦ green 85 ◦ blue 10

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

Shades of Verdun Green #53550A

Tints of Verdun Green #53550A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.62%

R = 46.63%
G = 47.75%
B = 5.62%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#53550A (or 0x53550A) is known color: Verdun Green. HEX triplet: 53, 55 and 0A. RGB value is (83,85,10). Sum of RGB (Red+Green+Blue) = 83+85+10=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 10 (4.30% from 255 or 5.62% from 178); Max value from RGB is 85 - color contains mainly: green. Hex color #53550A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53550A is #ACAAF5. Grayscale: #4C4C4C. Windows color (decimal): -11315958 or 677203. OLE color: 677203.

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

Color convert

RGB 83 85 10 -
CMYK 0.02 0 0.88 0.67
HSL 61.6º 0.79% 0.19% -
HSV(B) 61.6º 0.88% 0.33% -
XYZ 6.87 8.36 1.54 -
YUV 75.85 90.84 133.1 -
System Red Green Blue C M Y K H S L
Decimal 83 85 10 0.02 0 0.88 0.67 61.6 0.79 0.19
Hex 53 55 A 2 0 58 43 3E 4F 13
Octal 123 125 12 2 0 130 103 76 117 23
Binary 1010011 1010101 1010 10 0 1011000 1000011 111110 1001111 10011

Color Harmonies of #53550A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53550A

Black with #53550A

Text Example


Text Example

White with #53550A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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