Html Css Color HEX #18894B Salem

📋 copy color: '#18894B'

red 24 ◦ green 137 ◦ blue 75

#18894B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #18894B

Tints of Salem #18894B

RGB

 RED value IS 24 (9.77% from 255) = 10.17%

 GREEN value IS 137 (53.91% from 255) = 58.05%

 BLUE value IS 75 (29.69% from 255) = 31.78%

R = 10.17%
G = 58.05%
B = 31.78%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#18894B (or 0x18894B) is known color: Salem. HEX triplet: 18, 89 and 4B. RGB value is (24,137,75). Sum of RGB (Red+Green+Blue) = 24+137+75=236 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.17% from 236); Green value is 137 (53.91% from 255 or 58.05% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 137 - color contains mainly: green. Hex color #18894B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18894B is #E776B4. Grayscale: #606060. Windows color (decimal): -15169205 or 4950296. OLE color: 4950296.

HSL color Cylindrical-coordinate representation of color #18894B: hue angle of 147.08º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18894B is Cyan = 0.82, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB 24 137 75 -
CMYK 0.82 0 0.45 0.46
HSL 147.08º 0.7% 0.32% -
HSV(B) 147.08º 0.82% 0.54% -
XYZ 10.59 18.59 9.69 -
YUV 96.15 116.06 76.54 -
System Red Green Blue C M Y K H S L
Decimal 24 137 75 0.82 0 0.45 0.46 147.08 0.7 0.32
Hex 18 89 4B 52 0 2D 2E 93 46 20
Octal 30 211 113 122 0 55 56 223 106 40
Binary 11000 10001001 1001011 1010010 0 101101 101110 10010011 1000110 100000

Color Harmonies of #18894B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18894B

Black with #18894B

Text Example


Text Example

White with #18894B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #18894B;
 }
 .AnyTagClassName
 {
   color: #18894B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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