#224140

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

Shades of Tiber #224140

Tints of Tiber #224140

Color information

#224140 (or 0x224140) is unknown color: approx Tiber. HEX triplet: 22, 41 and 40. RGB value is (34,65,64). Sum of RGB (Red+Green+Blue) = 34+65+64=163 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.86% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 64 (25.39% from 255 or 39.26% from 163); Max value from RGB is 65 - color contains mainly: green. Hex color #224140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224140 is #DDBEBF. Grayscale: #373737. Windows color (decimal): -14532288 or 4210978. OLE color: 4210978.

HSL color Cylindrical-coordinate representation of color #224140: hue angle of 178.06º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #224140 is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB346564-
CMYK0.4800.020.75
HSL178.06º31.31%19.41%-
HSV(B)178.06º47.69%25.49%-
XYZ3.484.495.53-
YUV55.62132.73112.58-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 20.86%
GREEN value IS 65 (25.78% from 255) = 39.88%
BLUE value IS 64 (25.39% from 255) = 39.26%
R=20.86%
G=39.88%
B=39.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3465640.4800.020.75178.0631.3119.41
Hex22414030024Bb21f13
Octal4210110060021132623723
Binary100010100000110000001100000101001011101100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224140; }

 p { color: rgb(34,65,64); }

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

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

 a { background-color: rgb(34,65,64); }

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

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

 span { border-color: rgb(34,65,64); }

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