#438660

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

Shades of Como #438660

Tints of Como #438660

Color information

#438660 (or 0x438660) is unknown color: approx Como. HEX triplet: 43, 86 and 60. RGB value is (67,134,96). Sum of RGB (Red+Green+Blue) = 67+134+96=297 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.56% from 297); Green value is 134 (52.73% from 255 or 45.12% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 134 - color contains mainly: green. Hex color #438660 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438660 is #BC799F. Grayscale: #6D6D6D. Windows color (decimal): -12351904 or 6325827. OLE color: 6325827.

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

Color convert

RGB6713496-
CMYK0.500.280.47
HSL145.97º33.33%39.41%-
HSV(B)145.97º50%52.55%-
XYZ12.9519.0914.07-
YUV109.64120.397.59-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.56%
GREEN value IS 134 (52.73% from 255) = 45.12%
BLUE value IS 96 (37.89% from 255) = 32.32%
R=22.56%
G=45.12%
B=32.32%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal67134960.500.280.47145.9733.3339.41
Hex4386603201C2F922127
Octal10320614062034572224147
Binary100001110000110110000011001001110010111110010010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438660; }

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

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

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

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

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

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

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

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