Html Css Color HEX #55632D Dark Olive Green

📋 copy color: '#55632D'

red 85 ◦ green 99 ◦ blue 45

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

Shades of Dark Olive Green #55632D

Tints of Dark Olive Green #55632D

RGB

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

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

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

R = 37.12%
G = 43.23%
B = 19.65%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.55

 K value IS 0.61

RGB Variations

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

Color information

#55632D (or 0x55632D) is known color: Dark Olive Green. HEX triplet: 55, 63 and 2D. RGB value is (85,99,45). Sum of RGB (Red+Green+Blue) = 85+99+45=229 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.12% from 229); Green value is 99 (39.06% from 255 or 43.23% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 99 - color contains mainly: green. Hex color #55632D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55632D is #AA9CD2. Grayscale: #585858. Windows color (decimal): -11181267 or 2974549. OLE color: 2974549.

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

Color convert

RGB 85 99 45 -
CMYK 0.14 0 0.55 0.61
HSL 75.56º 0.38% 0.28% -
HSV(B) 75.56º 0.55% 0.39% -
XYZ 8.68 11.04 4.16 -
YUV 88.66 103.36 125.39 -
System Red Green Blue C M Y K H S L
Decimal 85 99 45 0.14 0 0.55 0.61 75.56 0.38 0.28
Hex 55 63 2D E 0 37 3D 4C 26 1C
Octal 125 143 55 16 0 67 75 114 46 34
Binary 1010101 1100011 101101 1110 0 110111 111101 1001100 100110 11100

Color Harmonies of #55632D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55632D

Black with #55632D

Text Example


Text Example

White with #55632D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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