#448261

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

Shades of Como #448261

Tints of Como #448261

Color information

#448261 (or 0x448261) is unknown color: approx Como. HEX triplet: 44, 82 and 61. RGB value is (68,130,97). Sum of RGB (Red+Green+Blue) = 68+130+97=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #448261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448261 is #BB7D9E. Grayscale: #6B6B6B. Windows color (decimal): -12287391 or 6390340. OLE color: 6390340.

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

Color convert

RGB6813097-
CMYK0.4800.250.49
HSL148.06º31.31%38.82%-
HSV(B)148.06º47.69%50.98%-
XYZ12.5218.0614.13-
YUV107.7121.9699.68-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.05%
GREEN value IS 130 (51.17% from 255) = 44.07%
BLUE value IS 97 (38.28% from 255) = 32.88%
R=23.05%
G=44.07%
B=32.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68130970.4800.250.49148.0631.3138.82
Hex4482613001931941f27
Octal10420214160031612243747
Binary10001001000001011000011100000110011100011001010011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448261; }

 p { color: rgb(68,130,97); }

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

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

 a { background-color: rgb(68,130,97); }

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

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

 span { border-color: rgb(68,130,97); }

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