#18684B

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

Shades of Jewel #18684B

Tints of Jewel #18684B

Color information

#18684B (or 0x18684B) is unknown color: approx Jewel. HEX triplet: 18, 68 and 4B. RGB value is (24,104,75). Sum of RGB (Red+Green+Blue) = 24+104+75=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 104 (41.02% from 255 or 51.23% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 104 - color contains mainly: green. Hex color #18684B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18684B is #E797B4. Grayscale: #4C4C4C. Windows color (decimal): -15177653 or 4941848. OLE color: 4941848.

HSL color Cylindrical-coordinate representation of color #18684B: hue angle of 158.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #18684B is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB2410475-
CMYK0.7700.280.59
HSL158.25º62.5%25.1%-
HSV(B)158.25º76.92%40.78%-
XYZ6.610.68.36-
YUV76.7712790.36-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.82%
GREEN value IS 104 (41.02% from 255) = 51.23%
BLUE value IS 75 (29.69% from 255) = 36.95%
R=11.82%
G=51.23%
B=36.95%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal24104750.7700.280.59158.2562.525.1
Hex18684B4D01C3B9e3e19
Octal30150113115034732367631
Binary110001101000100101110011010111001110111001111011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18684B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18684B; }

 p { color: rgb(24,104,75); }

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

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

 a { background-color: rgb(24,104,75); }

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

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

 span { border-color: rgb(24,104,75); }

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