Html Css Color HEX #55530E Verdun Green

📋 copy color: '#55530E'

red 85 ◦ green 83 ◦ blue 14

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

Shades of Verdun Green #55530E

Tints of Verdun Green #55530E

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #55530E: hue angle of 58.31º 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 #55530E is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 83 14 -
CMYK 0 0.02 0.84 0.67
HSL 58.31º 0.72% 0.19% -
HSV(B) 58.31º 0.84% 0.33% -
XYZ 6.92 8.15 1.62 -
YUV 75.73 93.16 134.61 -
System Red Green Blue C M Y K H S L
Decimal 85 83 14 0 0.02 0.84 0.67 58.31 0.72 0.19
Hex 55 53 E 0 2 54 43 3A 48 13
Octal 125 123 16 0 2 124 103 72 110 23
Binary 1010101 1010011 1110 0 10 1010100 1000011 111010 1001000 10011

Color Harmonies of #55530E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55530E

Black with #55530E

Text Example


Text Example

White with #55530E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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