Html Css Color HEX #55632E Dark Olive Green

📋 copy color: '#55632E'

red 85 ◦ green 99 ◦ blue 46

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

Shades of Dark Olive Green #55632E

Tints of Dark Olive Green #55632E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 43.04%

 BLUE value IS 46 (18.36% from 255) = 20%

R = 36.96%
G = 43.04%
B = 20%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.54

 K value IS 0.61

RGB Variations

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

Color information

#55632E (or 0x55632E) is known color: Dark Olive Green. HEX triplet: 55, 63 and 2E. RGB value is (85,99,46). Sum of RGB (Red+Green+Blue) = 85+99+46=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 99 (39.06% from 255 or 43.04% from 230); Blue value is 46 (18.36% from 255 or 20% from 230); Max value from RGB is 99 - color contains mainly: green. Hex color #55632E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55632E is #AA9CD1. Grayscale: #585858. Windows color (decimal): -11181266 or 3040085. OLE color: 3040085.

HSL color Cylindrical-coordinate representation of color #55632E: hue angle of 75.85º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55632E is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB 85 99 46 -
CMYK 0.14 0 0.54 0.61
HSL 75.85º 0.37% 0.28% -
HSV(B) 75.85º 0.54% 0.39% -
XYZ 8.7 11.05 4.26 -
YUV 88.77 103.86 125.31 -
System Red Green Blue C M Y K H S L
Decimal 85 99 46 0.14 0 0.54 0.61 75.85 0.37 0.28
Hex 55 63 2E E 0 36 3D 4C 25 1C
Octal 125 143 56 16 0 66 75 114 45 34
Binary 1010101 1100011 101110 1110 0 110110 111101 1001100 100101 11100

Color Harmonies of #55632E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55632E

Black with #55632E

Text Example


Text Example

White with #55632E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,99,46); }

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

background-color css

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

 a { background-color: rgb(85,99,46); }

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

border-color css

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

 span { border-color: rgb(85,99,46); }

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