#438960

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

Shades of Como #438960

Tints of Como #438960

Color information

#438960 (or 0x438960) is unknown color: approx Como. HEX triplet: 43, 89 and 60. RGB value is (67,137,96). Sum of RGB (Red+Green+Blue) = 67+137+96=300 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.33% from 300); Green value is 137 (53.91% from 255 or 45.67% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 137 - color contains mainly: green. Hex color #438960 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438960 is #BC769F. Grayscale: #6F6F6F. Windows color (decimal): -12351136 or 6326595. OLE color: 6326595.

HSL color Cylindrical-coordinate representation of color #438960: hue angle of 144.86º degrees, saturation: 0.34, 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 #438960 is Cyan = 0.51, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB6713796-
CMYK0.5100.300.46
HSL144.86º34.31%40%-
HSV(B)144.86º51.09%53.73%-
XYZ13.3719.9314.21-
YUV111.4119.3196.33-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.33%
GREEN value IS 137 (53.91% from 255) = 45.67%
BLUE value IS 96 (37.89% from 255) = 32%
R=22.33%
G=45.67%
B=32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal67137960.5100.300.46144.8634.3140
Hex4389603301E2E912228
Octal10321114063036562214250
Binary100001110001001110000011001101111010111010010001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438960; }

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

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

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

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

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

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

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

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