#438A5D

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

Shades of Como #438A5D

Tints of Como #438A5D

Color information

#438A5D (or 0x438A5D) is unknown color: approx Como. HEX triplet: 43, 8A and 5D. RGB value is (67,138,93). Sum of RGB (Red+Green+Blue) = 67+138+93=298 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.48% from 298); Green value is 138 (54.30% from 255 or 46.31% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 138 - color contains mainly: green. Hex color #438A5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438A5D is #BC75A2. Grayscale: #6F6F6F. Windows color (decimal): -12350883 or 6130243. OLE color: 6130243.

HSL color Cylindrical-coordinate representation of color #438A5D: hue angle of 141.97º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #438A5D is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB6713893-
CMYK0.5100.330.46
HSL141.97º34.63%40.2%-
HSV(B)141.97º51.45%54.12%-
XYZ13.3820.1613.54-
YUV111.64117.4896.16-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.48%
GREEN value IS 138 (54.30% from 255) = 46.31%
BLUE value IS 93 (36.72% from 255) = 31.21%
R=22.48%
G=46.31%
B=31.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal67138930.5100.330.46141.9734.6340.2
Hex438A5D330212E8e2328
Octal10321213563041562164350
Binary1000011100010101011101110011010000110111010001110100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438A5D; }

 p { color: rgb(67,138,93); }

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

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

 a { background-color: rgb(67,138,93); }

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

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

 span { border-color: rgb(67,138,93); }

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