#154B47

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

Shades of Cyprus #154B47

Tints of Cyprus #154B47

Color information

#154B47 (or 0x154B47) is unknown color: approx Cyprus. HEX triplet: 15, 4B and 47. RGB value is (21,75,71). Sum of RGB (Red+Green+Blue) = 21+75+71=167 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.57% from 167); Green value is 75 (29.69% from 255 or 44.91% from 167); Blue value is 71 (28.12% from 255 or 42.51% from 167); Max value from RGB is 75 - color contains mainly: green. Hex color #154B47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154B47 is #EAB4B8. Grayscale: #3A3A3A. Windows color (decimal): -15381689 or 4672277. OLE color: 4672277.

HSL color Cylindrical-coordinate representation of color #154B47: hue angle of 175.56º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #154B47 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.

Color convert

RGB217571-
CMYK0.7200.050.71
HSL175.56º56.25%18.82%-
HSV(B)175.56º72%29.41%-
XYZ3.965.656.84-
YUV58.4135.11101.33-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.57%
GREEN value IS 75 (29.69% from 255) = 44.91%
BLUE value IS 71 (28.12% from 255) = 42.51%
R=12.57%
G=44.91%
B=42.51%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2175710.7200.050.71175.5656.2518.82
Hex154B47480547b03813
Octal25113107110051072607023
Binary10101100101110001111001000010110001111011000011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154B47; }

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

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

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

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

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

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

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

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