#18654B

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

Shades of Jewel #18654B

Tints of Jewel #18654B

Color information

#18654B (or 0x18654B) is unknown color: approx Jewel. HEX triplet: 18, 65 and 4B. RGB value is (24,101,75). Sum of RGB (Red+Green+Blue) = 24+101+75=200 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12% from 200); Green value is 101 (39.84% from 255 or 50.5% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 101 - color contains mainly: green. Hex color #18654B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18654B is #E79AB4. Grayscale: #4B4B4B. Windows color (decimal): -15178421 or 4941080. OLE color: 4941080.

HSL color Cylindrical-coordinate representation of color #18654B: hue angle of 159.74º 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 #18654B is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB2410175-
CMYK0.7600.260.60
HSL159.74º61.6%24.51%-
HSV(B)159.74º76.24%39.61%-
XYZ6.310.018.26-
YUV75.01127.9991.61-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12%
GREEN value IS 101 (39.84% from 255) = 50.5%
BLUE value IS 75 (29.69% from 255) = 37.5%
R=12%
G=50.5%
B=37.5%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal24101750.7600.260.60159.7461.624.51
Hex18654B4C01A3Ca03e19
Octal30145113114032742407631
Binary110001100101100101110011000110101111001010000011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18654B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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