Html Css Color HEX #53550E Verdun Green

📋 copy color: '#53550E'

red 83 ◦ green 85 ◦ blue 14

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

Shades of Verdun Green #53550E

Tints of Verdun Green #53550E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.69%

R = 45.6%
G = 46.7%
B = 7.69%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#53550E (or 0x53550E) is known color: Verdun Green. HEX triplet: 53, 55 and 0E. RGB value is (83,85,14). Sum of RGB (Red+Green+Blue) = 83+85+14=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 14 (5.86% from 255 or 7.69% from 182); Max value from RGB is 85 - color contains mainly: green. Hex color #53550E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53550E is #ACAAF1. Grayscale: #4C4C4C. Windows color (decimal): -11315954 or 939347. OLE color: 939347.

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

Color convert

RGB 83 85 14 -
CMYK 0.02 0 0.84 0.67
HSL 61.69º 0.72% 0.19% -
HSV(B) 61.69º 0.84% 0.33% -
XYZ 6.9 8.37 1.67 -
YUV 76.31 92.84 132.77 -
System Red Green Blue C M Y K H S L
Decimal 83 85 14 0.02 0 0.84 0.67 61.69 0.72 0.19
Hex 53 55 E 2 0 54 43 3E 48 13
Octal 123 125 16 2 0 124 103 76 110 23
Binary 1010011 1010101 1110 10 0 1010100 1000011 111110 1001000 10011

Color Harmonies of #53550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53550E

Black with #53550E

Text Example


Text Example

White with #53550E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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