#438062

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

Shades of Como #438062

Tints of Como #438062

Color information

#438062 (or 0x438062) is unknown color: approx Como. HEX triplet: 43, 80 and 62. RGB value is (67,128,98). Sum of RGB (Red+Green+Blue) = 67+128+98=293 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.87% from 293); Green value is 128 (50.39% from 255 or 43.69% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 128 - color contains mainly: green. Hex color #438062 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438062 is #BC7F9D. Grayscale: #6A6A6A. Windows color (decimal): -12353438 or 6455363. OLE color: 6455363.

HSL color Cylindrical-coordinate representation of color #438062: hue angle of 150.49º 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 #438062 is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB6712898-
CMYK0.4800.230.50
HSL150.49º31.28%38.24%-
HSV(B)150.49º47.66%50.2%-
XYZ12.2417.5114.29-
YUV106.34123.2999.94-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.87%
GREEN value IS 128 (50.39% from 255) = 43.69%
BLUE value IS 98 (38.67% from 255) = 33.45%
R=22.87%
G=43.69%
B=33.45%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal67128980.4800.230.50150.4931.2838.24
Hex4380623001732961f26
Octal10320014260027622263746
Binary10000111000000011000101100000101111100101001011011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438062; }

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

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

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

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

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

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

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

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