#18674A

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

Shades of Jewel #18674A

Tints of Jewel #18674A

Color information

#18674A (or 0x18674A) is unknown color: approx Jewel. HEX triplet: 18, 67 and 4A. RGB value is (24,103,74). Sum of RGB (Red+Green+Blue) = 24+103+74=201 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.94% from 201); Green value is 103 (40.62% from 255 or 51.24% from 201); Blue value is 74 (29.30% from 255 or 36.82% from 201); Max value from RGB is 103 - color contains mainly: green. Hex color #18674A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18674A is #E798B5. Grayscale: #4C4C4C. Windows color (decimal): -15177910 or 4876056. OLE color: 4876056.

HSL color Cylindrical-coordinate representation of color #18674A: hue angle of 157.97º 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 #18674A is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB2410374-
CMYK0.7700.280.60
HSL157.97º62.2%24.9%-
HSV(B)157.97º76.7%40.39%-
XYZ6.4610.398.14-
YUV76.07126.8390.86-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.94%
GREEN value IS 103 (40.62% from 255) = 51.24%
BLUE value IS 74 (29.30% from 255) = 36.82%
R=11.94%
G=51.24%
B=36.82%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal24103740.7700.280.60157.9762.224.9
Hex18674A4D01C3C9e3e19
Octal30147112115034742367631
Binary110001100111100101010011010111001111001001111011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18674A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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