#254040

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

Shades of Tiber #254040

Tints of Tiber #254040

Color information

#254040 (or 0x254040) is unknown color: approx Tiber. HEX triplet: 25, 40 and 40. RGB value is (37,64,64). Sum of RGB (Red+Green+Blue) = 37+64+64=165 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.42% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 64 (25.39% from 255 or 38.79% from 165); Max value from RGB is 64 - color contains mainly: green, blue. Hex color #254040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254040 is #DABFBF. Grayscale: #373737. Windows color (decimal): -14335936 or 4210725. OLE color: 4210725.

HSL color Cylindrical-coordinate representation of color #254040: hue angle of 180º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #254040 is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB376464-
CMYK0.42000.75
HSL180º26.73%19.8%-
HSV(B)180º42.19%25.1%-
XYZ3.524.435.52-
YUV55.93132.55114.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.42%
GREEN value IS 64 (25.39% from 255) = 38.79%
BLUE value IS 64 (25.39% from 255) = 38.79%
R=22.42%
G=38.79%
B=38.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3764640.42000.7518026.7319.8
Hex2540402A004Bb41b14
Octal4510010052001132643324
Binary10010110000001000000101010001001011101101001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254040; }

 p { color: rgb(37,64,64); }

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

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

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

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

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

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

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