#154742

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

Shades of Cyprus #154742

Tints of Cyprus #154742

Color information

#154742 (or 0x154742) is unknown color: approx Cyprus. HEX triplet: 15, 47 and 42. RGB value is (21,71,66). Sum of RGB (Red+Green+Blue) = 21+71+66=158 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.29% from 158); Green value is 71 (28.12% from 255 or 44.94% from 158); Blue value is 66 (26.17% from 255 or 41.77% from 158); Max value from RGB is 71 - color contains mainly: green. Hex color #154742 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154742 is #EAB8BD. Grayscale: #373737. Windows color (decimal): -15382718 or 4343573. OLE color: 4343573.

HSL color Cylindrical-coordinate representation of color #154742: hue angle of 174º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #154742 is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB217166-
CMYK0.7000.070.72
HSL174º54.35%18.04%-
HSV(B)174º70.42%27.84%-
XYZ3.555.065.94-
YUV55.48133.94103.41-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.29%
GREEN value IS 71 (28.12% from 255) = 44.94%
BLUE value IS 66 (26.17% from 255) = 41.77%
R=13.29%
G=44.94%
B=41.77%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2171660.7000.070.7217454.3518.04
Hex154742460748ae3612
Octal25107102106071102566622
Binary10101100011110000101000110011110010001010111011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154742; }

 p { color: rgb(21,71,66); }

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

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

 a { background-color: rgb(21,71,66); }

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

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

 span { border-color: rgb(21,71,66); }

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