#18674B

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

Shades of Jewel #18674B

Tints of Jewel #18674B

Color information

#18674B (or 0x18674B) is unknown color: approx Jewel. HEX triplet: 18, 67 and 4B. RGB value is (24,103,75). Sum of RGB (Red+Green+Blue) = 24+103+75=202 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.88% from 202); Green value is 103 (40.62% from 255 or 50.99% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 103 - color contains mainly: green. Hex color #18674B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18674B is #E798B4. Grayscale: #4C4C4C. Windows color (decimal): -15177909 or 4941592. OLE color: 4941592.

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

Color convert

RGB2410375-
CMYK0.7700.270.60
HSL158.73º62.2%24.9%-
HSV(B)158.73º76.7%40.39%-
XYZ6.510.48.32-
YUV76.19127.3390.78-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.88%
GREEN value IS 103 (40.62% from 255) = 50.99%
BLUE value IS 75 (29.69% from 255) = 37.13%
R=11.88%
G=50.99%
B=37.13%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal24103750.7700.270.60158.7362.224.9
Hex18674B4D01B3C9f3e19
Octal30147113115033742377631
Binary110001100111100101110011010110111111001001111111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18674B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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