#15534D

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

Shades of Cyprus #15534D

Tints of Cyprus #15534D

Color information

#15534D (or 0x15534D) is unknown color: approx Cyprus. HEX triplet: 15, 53 and 4D. RGB value is (21,83,77). Sum of RGB (Red+Green+Blue) = 21+83+77=181 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.60% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 77 (30.47% from 255 or 42.54% from 181); Max value from RGB is 83 - color contains mainly: green. Hex color #15534D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15534D is #EAACB2. Grayscale: #3F3F3F. Windows color (decimal): -15379635 or 5067541. OLE color: 5067541.

HSL color Cylindrical-coordinate representation of color #15534D: hue angle of 174.19º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #15534D is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB218377-
CMYK0.7500.070.67
HSL174.19º59.62%20.39%-
HSV(B)174.19º74.7%32.55%-
XYZ4.746.888.1-
YUV63.78135.4697.49-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.60%
GREEN value IS 83 (32.81% from 255) = 45.86%
BLUE value IS 77 (30.47% from 255) = 42.54%
R=11.60%
G=45.86%
B=42.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2183770.7500.070.67174.1959.6220.39
Hex15534D4B0743ae3c14
Octal25123115113071032567424
Binary10101101001110011011001011011110000111010111011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15534D; }

 p { color: rgb(21,83,77); }

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

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

 a { background-color: rgb(21,83,77); }

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

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

 span { border-color: rgb(21,83,77); }

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