#18664B

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

Shades of Jewel #18664B

Tints of Jewel #18664B

Color information

#18664B (or 0x18664B) is unknown color: approx Jewel. HEX triplet: 18, 66 and 4B. RGB value is (24,102,75). Sum of RGB (Red+Green+Blue) = 24+102+75=201 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.94% from 201); Green value is 102 (40.23% from 255 or 50.75% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 102 - color contains mainly: green. Hex color #18664B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18664B is #E799B4. Grayscale: #4B4B4B. Windows color (decimal): -15178165 or 4941336. OLE color: 4941336.

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

Color convert

RGB2410275-
CMYK0.7600.260.6
HSL159.23º61.9%24.71%-
HSV(B)159.23º76.47%40%-
XYZ6.410.28.29-
YUV75.6127.6691.2-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.94%
GREEN value IS 102 (40.23% from 255) = 50.75%
BLUE value IS 75 (29.69% from 255) = 37.31%
R=11.94%
G=50.75%
B=37.31%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal24102750.7600.260.6159.2361.924.71
Hex18664B4C01A3C9f3e19
Octal30146113114032742377631
Binary110001100110100101110011000110101111001001111111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18664B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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