#18534A

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

Shades of Cyprus #18534A

Tints of Cyprus #18534A

Color information

#18534A (or 0x18534A) is unknown color: approx Cyprus. HEX triplet: 18, 53 and 4A. RGB value is (24,83,74). Sum of RGB (Red+Green+Blue) = 24+83+74=181 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.26% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 74 (29.30% from 255 or 40.88% from 181); Max value from RGB is 83 - color contains mainly: green. Hex color #18534A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18534A is #E7ACB5. Grayscale: #404040. Windows color (decimal): -15183030 or 4870936. OLE color: 4870936.

HSL color Cylindrical-coordinate representation of color #18534A: hue angle of 170.85º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #18534A is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB248374-
CMYK0.7100.110.67
HSL170.85º55.14%20.98%-
HSV(B)170.85º71.08%32.55%-
XYZ4.716.887.56-
YUV64.33133.4599.23-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.26%
GREEN value IS 83 (32.81% from 255) = 45.86%
BLUE value IS 74 (29.30% from 255) = 40.88%
R=13.26%
G=45.86%
B=40.88%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2483740.7100.110.67170.8555.1420.98
Hex18534A470B43ab3715
Octal301231121070131032536725
Binary110001010011100101010001110101110000111010101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18534A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18534A; }

 p { color: rgb(24,83,74); }

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

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

 a { background-color: rgb(24,83,74); }

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

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

 span { border-color: rgb(24,83,74); }

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