Html Css Color HEX #55662B Dark Olive Green

📋 copy color: '#55662B'

red 85 ◦ green 102 ◦ blue 43

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

Shades of Dark Olive Green #55662B

Tints of Dark Olive Green #55662B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 44.35%

 BLUE value IS 43 (17.19% from 255) = 18.7%

R = 36.96%
G = 44.35%
B = 18.7%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.58

 K value IS 0.6

RGB Variations

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

Color information

#55662B (or 0x55662B) is known color: Dark Olive Green. HEX triplet: 55, 66 and 2B. RGB value is (85,102,43). Sum of RGB (Red+Green+Blue) = 85+102+43=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 102 (40.23% from 255 or 44.35% from 230); Blue value is 43 (17.19% from 255 or 18.70% from 230); Max value from RGB is 102 - color contains mainly: green. Hex color #55662B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55662B is #AA99D4. Grayscale: #5A5A5A. Windows color (decimal): -11180501 or 2844245. OLE color: 2844245.

HSL color Cylindrical-coordinate representation of color #55662B: hue angle of 77.29º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55662B is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.6.

Color convert

RGB 85 102 43 -
CMYK 0.17 0 0.58 0.6
HSL 77.29º 0.41% 0.28% -
HSV(B) 77.29º 0.58% 0.4% -
XYZ 8.93 11.61 4.06 -
YUV 90.19 101.37 124.3 -
System Red Green Blue C M Y K H S L
Decimal 85 102 43 0.17 0 0.58 0.6 77.29 0.41 0.28
Hex 55 66 2B 11 0 3A 3C 4D 29 1C
Octal 125 146 53 21 0 72 74 115 51 34
Binary 1010101 1100110 101011 10001 0 111010 111100 1001101 101001 11100

Color Harmonies of #55662B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55662B

Black with #55662B

Text Example


Text Example

White with #55662B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,102,43); }

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

background-color css

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

 a { background-color: rgb(85,102,43); }

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

border-color css

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

 span { border-color: rgb(85,102,43); }

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