Html Css Color HEX #55623B Dark Olive Green

📋 copy color: '#55623B'

red 85 ◦ green 98 ◦ blue 59

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

Shades of Dark Olive Green #55623B

Tints of Dark Olive Green #55623B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.5%

 BLUE value IS 59 (23.44% from 255) = 24.38%

R = 35.12%
G = 40.5%
B = 24.38%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.40

 K value IS 0.62

RGB Variations

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

Color information

#55623B (or 0x55623B) is known color: Dark Olive Green. HEX triplet: 55, 62 and 3B. RGB value is (85,98,59). Sum of RGB (Red+Green+Blue) = 85+98+59=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 98 (38.67% from 255 or 40.50% from 242); Blue value is 59 (23.44% from 255 or 24.38% from 242); Max value from RGB is 98 - color contains mainly: green. Hex color #55623B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55623B is #AA9DC4. Grayscale: #595959. Windows color (decimal): -11181509 or 3891797. OLE color: 3891797.

HSL color Cylindrical-coordinate representation of color #55623B: hue angle of 80º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #55623B is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 98 59 -
CMYK 0.13 0 0.40 0.62
HSL 80º 0.25% 0.31% -
HSV(B) 80º 0.4% 0.38% -
XYZ 8.9 10.98 5.79 -
YUV 89.67 110.69 124.67 -
System Red Green Blue C M Y K H S L
Decimal 85 98 59 0.13 0 0.40 0.62 80 0.25 0.31
Hex 55 62 3B D 0 28 3E 50 19 1F
Octal 125 142 73 15 0 50 76 120 31 37
Binary 1010101 1100010 111011 1101 0 101000 111110 1010000 11001 11111

Color Harmonies of #55623B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55623B

Black with #55623B

Text Example


Text Example

White with #55623B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,98,59); }

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

background-color css

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

 a { background-color: rgb(85,98,59); }

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

border-color css

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

 span { border-color: rgb(85,98,59); }

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