#22614A

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

Shades of Evening Sea #22614A

Tints of Evening Sea #22614A

Color information

#22614A (or 0x22614A) is unknown color: approx Evening Sea. HEX triplet: 22, 61 and 4A. RGB value is (34,97,74). Sum of RGB (Red+Green+Blue) = 34+97+74=205 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.59% from 205); Green value is 97 (38.28% from 255 or 47.32% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 97 - color contains mainly: green. Hex color #22614A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #22614A is #DD9EB5. Grayscale: #4B4B4B. Windows color (decimal): -14524086 or 4874530. OLE color: 4874530.

HSL color Cylindrical-coordinate representation of color #22614A: hue angle of 158.1º 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 #22614A is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB349774-
CMYK0.6500.240.62
HSL158.1º48.09%25.69%-
HSV(B)158.1º64.95%38.04%-
XYZ6.179.387.96-
YUV75.54127.1398.37-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.59%
GREEN value IS 97 (38.28% from 255) = 47.32%
BLUE value IS 74 (29.30% from 255) = 36.10%
R=16.59%
G=47.32%
B=36.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3497740.6500.240.62158.148.0925.69
Hex22614A410183E9e301a
Octal42141112101030762366032
Binary1000101100001100101010000010110001111101001111011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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