#437055

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

Shades of Como #437055

Tints of Como #437055

Color information

#437055 (or 0x437055) is unknown color: approx Como. HEX triplet: 43, 70 and 55. RGB value is (67,112,85). Sum of RGB (Red+Green+Blue) = 67+112+85=264 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.38% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 112 - color contains mainly: green. Hex color #437055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #437055 is #BC8FAA. Grayscale: #5F5F5F. Windows color (decimal): -12357547 or 5599299. OLE color: 5599299.

HSL color Cylindrical-coordinate representation of color #437055: hue angle of 144º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #437055 is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB6711285-
CMYK0.4000.240.56
HSL144º25.14%35.1%-
HSV(B)144º40.18%43.92%-
XYZ9.7513.4410.67-
YUV95.47122.09107.7-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.38%
GREEN value IS 112 (44.14% from 255) = 42.42%
BLUE value IS 85 (33.59% from 255) = 32.20%
R=25.38%
G=42.42%
B=32.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal67112850.4000.240.5614425.1435.1
Hex4370552801838901923
Octal10316012550030702203143
Binary1000011111000010101011010000110001110001001000011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #437055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #437055; }

 p { color: rgb(67,112,85); }

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

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

 a { background-color: rgb(67,112,85); }

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

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

 span { border-color: rgb(67,112,85); }

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