#44855A

Color #44855A Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #44855A

Tints of Como #44855A

Color information

#44855A (or 0x44855A) is unknown color: approx Como. HEX triplet: 44, 85 and 5A. RGB value is (68,133,90). Sum of RGB (Red+Green+Blue) = 68+133+90=291 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.37% from 291); Green value is 133 (52.34% from 255 or 45.70% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 133 - color contains mainly: green. Hex color #44855A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44855A is #BB7AA5. Grayscale: #6C6C6C. Windows color (decimal): -12286630 or 5932356. OLE color: 5932356.

HSL color Cylindrical-coordinate representation of color #44855A: hue angle of 140.31º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #44855A is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB6813390-
CMYK0.4900.320.48
HSL140.31º32.34%39.41%-
HSV(B)140.31º48.87%52.16%-
XYZ12.6218.7412.63-
YUV108.66117.4799-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.37%
GREEN value IS 133 (52.34% from 255) = 45.70%
BLUE value IS 90 (35.55% from 255) = 30.93%
R=23.37%
G=45.70%
B=30.93%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68133900.4900.320.48140.3132.3439.41
Hex44855A31020308c2027
Octal10420513261040602144047
Binary1000100100001011011010110001010000011000010001100100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44855A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44855A; }

 p { color: rgb(68,133,90); }

 H1.HeaderClassName
 {
   color: #44855A;
 }
 .AnyTagClassName
 {
   color: #44855A;
 }
</style>
background-color css

<style>
 a { background-color: #44855A; }

 a { background-color: rgb(68,133,90); }

 div.DivClassName
 {
   background-color: #44855A;
 }
 .BgClassName
 {
   background-color: #44855A;
 }
</style>
border-color css

<style>
 span { border-color: #44855A; }

 span { border-color: rgb(68,133,90); }

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