#43725B

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

Shades of Como #43725B

Tints of Como #43725B

Color information

#43725B (or 0x43725B) is unknown color: approx Como. HEX triplet: 43, 72 and 5B. RGB value is (67,114,91). Sum of RGB (Red+Green+Blue) = 67+114+91=272 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.63% from 272); Green value is 114 (44.92% from 255 or 41.91% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 114 - color contains mainly: green. Hex color #43725B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43725B is #BC8DA4. Grayscale: #616161. Windows color (decimal): -12357029 or 5993027. OLE color: 5993027.

HSL color Cylindrical-coordinate representation of color #43725B: hue angle of 150.64º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #43725B is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB6711491-
CMYK0.4100.200.55
HSL150.64º25.97%35.49%-
HSV(B)150.64º41.23%44.71%-
XYZ10.2213.9812.06-
YUV97.32124.43106.37-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.63%
GREEN value IS 114 (44.92% from 255) = 41.91%
BLUE value IS 91 (35.94% from 255) = 33.46%
R=24.63%
G=41.91%
B=33.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal67114910.4100.200.55150.6425.9735.49
Hex43725B2901437971a23
Octal10316213351024672273243
Binary1000011111001010110111010010101001101111001011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43725B; }

 p { color: rgb(67,114,91); }

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

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

 a { background-color: rgb(67,114,91); }

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

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

 span { border-color: rgb(67,114,91); }

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