Html Css Color HEX #55682B Dark Olive Green

📋 copy color: '#55682B'

red 85 ◦ green 104 ◦ blue 43

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

Shades of Dark Olive Green #55682B

Tints of Dark Olive Green #55682B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 44.83%

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

R = 36.64%
G = 44.83%
B = 18.53%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.59

 K value IS 0.59

RGB Variations

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

Color information

#55682B (or 0x55682B) is known color: Dark Olive Green. HEX triplet: 55, 68 and 2B. RGB value is (85,104,43). Sum of RGB (Red+Green+Blue) = 85+104+43=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 43 (17.19% from 255 or 18.53% from 232); Max value from RGB is 104 - color contains mainly: green. Hex color #55682B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55682B is #AA97D4. Grayscale: #5B5B5B. Windows color (decimal): -11179989 or 2844757. OLE color: 2844757.

HSL color Cylindrical-coordinate representation of color #55682B: hue angle of 78.69º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55682B is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 104 43 -
CMYK 0.18 0 0.59 0.59
HSL 78.69º 0.41% 0.29% -
HSV(B) 78.69º 0.59% 0.41% -
XYZ 9.13 12.01 4.12 -
YUV 91.37 100.71 123.46 -
System Red Green Blue C M Y K H S L
Decimal 85 104 43 0.18 0 0.59 0.59 78.69 0.41 0.29
Hex 55 68 2B 12 0 3B 3B 4F 29 1D
Octal 125 150 53 22 0 73 73 117 51 35
Binary 1010101 1101000 101011 10010 0 111011 111011 1001111 101001 11101

Color Harmonies of #55682B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55682B

Black with #55682B

Text Example


Text Example

White with #55682B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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