#448655

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

Shades of Como #448655

Tints of Como #448655

Color information

#448655 (or 0x448655) is unknown color: approx Como. HEX triplet: 44, 86 and 55. RGB value is (68,134,85). Sum of RGB (Red+Green+Blue) = 68+134+85=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 134 (52.73% from 255 or 46.69% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 134 - color contains mainly: green. Hex color #448655 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448655 is #BB79AA. Grayscale: #6C6C6C. Windows color (decimal): -12286379 or 5604932. OLE color: 5604932.

HSL color Cylindrical-coordinate representation of color #448655: hue angle of 135.45º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #448655 is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB6813485-
CMYK0.4900.370.47
HSL135.45º32.67%39.61%-
HSV(B)135.45º49.25%52.55%-
XYZ12.5518.9411.59-
YUV108.68114.6398.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.69%
GREEN value IS 134 (52.73% from 255) = 46.69%
BLUE value IS 85 (33.59% from 255) = 29.62%
R=23.69%
G=46.69%
B=29.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68134850.4900.370.47135.4532.6739.61
Hex448655310252F872128
Octal10420612561045572074150
Binary1000100100001101010101110001010010110111110000111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448655; }

 p { color: rgb(68,134,85); }

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

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

 a { background-color: rgb(68,134,85); }

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

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

 span { border-color: rgb(68,134,85); }

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