#18774B

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

Shades of Salem #18774B

Tints of Salem #18774B

Color information

#18774B (or 0x18774B) is unknown color: approx Salem. HEX triplet: 18, 77 and 4B. RGB value is (24,119,75). Sum of RGB (Red+Green+Blue) = 24+119+75=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 119 (46.88% from 255 or 54.59% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 119 - color contains mainly: green. Hex color #18774B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18774B is #E788B4. Grayscale: #555555. Windows color (decimal): -15173813 or 4945688. OLE color: 4945688.

HSL color Cylindrical-coordinate representation of color #18774B: hue angle of 152.21º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18774B is Cyan = 0.80, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB2411975-
CMYK0.8000.370.53
HSL152.21º66.43%28.04%-
HSV(B)152.21º79.83%46.67%-
XYZ8.2413.98.9-
YUV85.58122.0384.08-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.01%
GREEN value IS 119 (46.88% from 255) = 54.59%
BLUE value IS 75 (29.69% from 255) = 34.40%
R=11.01%
G=54.59%
B=34.40%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal24119750.8000.370.53152.2166.4328.04
Hex18774B500253598421c
Octal301671131200456523010234
Binary11000111011110010111010000010010111010110011000100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18774B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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