#438860

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

Shades of Como #438860

Tints of Como #438860

Color information

#438860 (or 0x438860) is unknown color: approx Como. HEX triplet: 43, 88 and 60. RGB value is (67,136,96). Sum of RGB (Red+Green+Blue) = 67+136+96=299 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.41% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 136 - color contains mainly: green. Hex color #438860 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438860 is #BC779F. Grayscale: #6E6E6E. Windows color (decimal): -12351392 or 6326339. OLE color: 6326339.

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

Color convert

RGB6713696-
CMYK0.5100.290.47
HSL145.22º33.99%39.8%-
HSV(B)145.22º50.74%53.33%-
XYZ13.2319.6514.16-
YUV110.81119.6496.75-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.41%
GREEN value IS 136 (53.52% from 255) = 45.48%
BLUE value IS 96 (37.89% from 255) = 32.11%
R=22.41%
G=45.48%
B=32.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal67136960.5100.290.47145.2233.9939.8
Hex4388603301D2F912228
Octal10321014063035572214250
Binary100001110001000110000011001101110110111110010001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438860; }

 p { color: rgb(67,136,96); }

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

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

 a { background-color: rgb(67,136,96); }

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

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

 span { border-color: rgb(67,136,96); }

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