#22614D

Color #22614D Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #22614D

Tints of Evening Sea #22614D

Color information

#22614D (or 0x22614D) is unknown color: approx Evening Sea. HEX triplet: 22, 61 and 4D. RGB value is (34,97,77). Sum of RGB (Red+Green+Blue) = 34+97+77=208 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.35% from 208); Green value is 97 (38.28% from 255 or 46.63% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 97 - color contains mainly: green. Hex color #22614D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #22614D is #DD9EB2. Grayscale: #4B4B4B. Windows color (decimal): -14524083 or 5071138. OLE color: 5071138.

HSL color Cylindrical-coordinate representation of color #22614D: hue angle of 160.95º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #22614D is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB349777-
CMYK0.6500.210.62
HSL160.95º48.09%25.69%-
HSV(B)160.95º64.95%38.04%-
XYZ6.279.438.51-
YUV75.88128.6398.13-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.35%
GREEN value IS 97 (38.28% from 255) = 46.63%
BLUE value IS 77 (30.47% from 255) = 37.02%
R=16.35%
G=46.63%
B=37.02%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3497770.6500.210.62160.9548.0925.69
Hex22614D410153Ea1301a
Octal42141115101025762416032
Binary1000101100001100110110000010101011111101010000111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22614D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22614D; }

 p { color: rgb(34,97,77); }

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

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

 a { background-color: rgb(34,97,77); }

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

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

 span { border-color: rgb(34,97,77); }

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