#154944

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

Shades of Cyprus #154944

Tints of Cyprus #154944

Color information

#154944 (or 0x154944) is unknown color: approx Cyprus. HEX triplet: 15, 49 and 44. RGB value is (21,73,68). Sum of RGB (Red+Green+Blue) = 21+73+68=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 73 (28.91% from 255 or 45.06% from 162); Blue value is 68 (26.95% from 255 or 41.98% from 162); Max value from RGB is 73 - color contains mainly: green. Hex color #154944 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154944 is #EAB6BB. Grayscale: #383838. Windows color (decimal): -15382204 or 4475157. OLE color: 4475157.

HSL color Cylindrical-coordinate representation of color #154944: hue angle of 174.23º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #154944 is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.71.

Color convert

RGB217368-
CMYK0.7100.070.71
HSL174.23º55.32%18.43%-
HSV(B)174.23º71.23%28.63%-
XYZ3.745.346.3-
YUV56.88134.27102.41-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.96%
GREEN value IS 73 (28.91% from 255) = 45.06%
BLUE value IS 68 (26.95% from 255) = 41.98%
R=12.96%
G=45.06%
B=41.98%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2173680.7100.070.71174.2355.3218.43
Hex154944470747ae3712
Octal25111104107071072566722
Binary10101100100110001001000111011110001111010111011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154944; }

 p { color: rgb(21,73,68); }

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

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

 a { background-color: rgb(21,73,68); }

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

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

 span { border-color: rgb(21,73,68); }

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