#438061

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

Shades of Como #438061

Tints of Como #438061

Color information

#438061 (or 0x438061) is unknown color: approx Como. HEX triplet: 43, 80 and 61. RGB value is (67,128,97). Sum of RGB (Red+Green+Blue) = 67+128+97=292 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.95% from 292); Green value is 128 (50.39% from 255 or 43.84% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 128 - color contains mainly: green. Hex color #438061 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438061 is #BC7F9E. Grayscale: #6A6A6A. Windows color (decimal): -12353439 or 6389827. OLE color: 6389827.

HSL color Cylindrical-coordinate representation of color #438061: hue angle of 149.51º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #438061 is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB6712897-
CMYK0.4800.240.50
HSL149.51º31.28%38.24%-
HSV(B)149.51º47.66%50.2%-
XYZ12.1917.4914.04-
YUV106.23122.79100.02-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.95%
GREEN value IS 128 (50.39% from 255) = 43.84%
BLUE value IS 97 (38.28% from 255) = 33.22%
R=22.95%
G=43.84%
B=33.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal67128970.4800.240.50149.5131.2838.24
Hex4380613001832961f26
Octal10320014160030622263746
Binary10000111000000011000011100000110001100101001011011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438061; }

 p { color: rgb(67,128,97); }

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

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

 a { background-color: rgb(67,128,97); }

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

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

 span { border-color: rgb(67,128,97); }

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