Html Css Color HEX #55692D Dark Olive Green

📋 copy color: '#55692D'

red 85 ◦ green 105 ◦ blue 45

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

Shades of Dark Olive Green #55692D

Tints of Dark Olive Green #55692D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 44.68%

 BLUE value IS 45 (17.97% from 255) = 19.15%

R = 36.17%
G = 44.68%
B = 19.15%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.57

 K value IS 0.59

RGB Variations

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

Color information

#55692D (or 0x55692D) is known color: Dark Olive Green. HEX triplet: 55, 69 and 2D. RGB value is (85,105,45). Sum of RGB (Red+Green+Blue) = 85+105+45=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 105 (41.41% from 255 or 44.68% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 105 - color contains mainly: green. Hex color #55692D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55692D is #AA96D2. Grayscale: #5C5C5C. Windows color (decimal): -11179731 or 2976085. OLE color: 2976085.

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

Color convert

RGB 85 105 45 -
CMYK 0.19 0 0.57 0.59
HSL 80º 0.4% 0.29% -
HSV(B) 80º 0.57% 0.41% -
XYZ 9.27 12.22 4.35 -
YUV 92.18 101.37 122.88 -
System Red Green Blue C M Y K H S L
Decimal 85 105 45 0.19 0 0.57 0.59 80 0.4 0.29
Hex 55 69 2D 13 0 39 3B 50 28 1D
Octal 125 151 55 23 0 71 73 120 50 35
Binary 1010101 1101001 101101 10011 0 111001 111011 1010000 101000 11101

Color Harmonies of #55692D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55692D

Black with #55692D

Text Example


Text Example

White with #55692D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55692D; }

 p { color: rgb(85,105,45); }

 H1.HeaderClassName
 {
   color: #55692D;
 }
 .AnyTagClassName
 {
   color: #55692D;
 }
</style>

background-color css

<style>
 a { background-color: #55692D; }

 a { background-color: rgb(85,105,45); }

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

border-color css

<style>
 span { border-color: #55692D; }

 span { border-color: rgb(85,105,45); }

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